Skip to content

Instantly share code, notes, and snippets.

@brennop
Created August 9, 2022 08:59
Show Gist options
  • Save brennop/338e1ae4d5de77e134c603293852d429 to your computer and use it in GitHub Desktop.
Save brennop/338e1ae4d5de77e134c603293852d429 to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef pair<int, int> pii;
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment