Skip to content

Instantly share code, notes, and snippets.

@yzchen
Last active August 30, 2019 08:44
Show Gist options
  • Save yzchen/b5cdf3072d0a3a96ac81cfaea134adef to your computer and use it in GitHub Desktop.
Save yzchen/b5cdf3072d0a3a96ac81cfaea134adef to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
using namespace std;
int main(int argc, char *argv[]){
ios::sync_with_stdio(0);
cin.tie(0);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment