Skip to content

Instantly share code, notes, and snippets.

@CCXXXI
Created September 24, 2021 04:48
Show Gist options
  • Select an option

  • Save CCXXXI/d94baae9d1eff72b7f314cc3ddf2ef3b to your computer and use it in GitHub Desktop.

Select an option

Save CCXXXI/d94baae9d1eff72b7f314cc3ddf2ef3b to your computer and use it in GitHub Desktop.
做题时踩过的一些坑。

RecursionError

from sys import setrecursionlimit
setrecursionlimit(10**8)

IO加速

from sys import stdout, stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment