Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save sudo-panda/734f2a4c3c23741530a237ba427747a8 to your computer and use it in GitHub Desktop.
C++ tips to get around TLE : xample predicate function
bool is_zero(int i)
{
return i == 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment