Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lmduc/4b8b46e26938ccc52938a54d45d8f2aa to your computer and use it in GitHub Desktop.
Save lmduc/4b8b46e26938ccc52938a54d45d8f2aa to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment