Created
August 9, 2022 08:59
-
-
Save brennop/338e1ae4d5de77e134c603293852d429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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