Skip to content

Instantly share code, notes, and snippets.

@leogao2
Created November 3, 2019 02:36
Show Gist options
  • Save leogao2/7c1878dd22655145c93eaa7c4fa202de to your computer and use it in GitHub Desktop.
Save leogao2/7c1878dd22655145c93eaa7c4fa202de to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main() {
cin.tie(0);
ios_base::sync_with_stdio(false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment