Skip to content

Instantly share code, notes, and snippets.

@sudo-panda
Created August 11, 2020 15:22
Show Gist options
  • Select an option

  • Save sudo-panda/a966a25ad24f021947846358c060a498 to your computer and use it in GitHub Desktop.

Select an option

Save sudo-panda/a966a25ad24f021947846358c060a498 to your computer and use it in GitHub Desktop.
C++ tips to get around TLE : desync with stdio
std::ios_base::sync_with_stdio(false);
std::cin.tie(NULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment