Skip to content

Instantly share code, notes, and snippets.

@nahakyuu
Last active August 29, 2015 14:10
Show Gist options
  • Save nahakyuu/dbaad9fff819a2f86708 to your computer and use it in GitHub Desktop.
Save nahakyuu/dbaad9fff819a2f86708 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <cstdio>
using namespace std;
int main(){
#ifndef ONLINE_JUDGE
freopen("in", "r", stdin);
//freopen("out", "w", stdout);
#endif
/* code */
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment