Skip to content

Instantly share code, notes, and snippets.

@Sibirtsev
Created April 10, 2020 18:45
Show Gist options
  • Save Sibirtsev/91f026f6fc17981dad0821a7d5075ef8 to your computer and use it in GitHub Desktop.
Save Sibirtsev/91f026f6fc17981dad0821a7d5075ef8 to your computer and use it in GitHub Desktop.
speedup lambda cpp
auto speedup=[](){
std::ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
return nullptr;
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment