Created
March 14, 2021 13:00
-
-
Save uthantvicentin/6dd3b4b4868ace2baad3116c1665946a to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
| #define endl '\n' | |
| #define oo 987654321 | |
| #define mod 1000000007 | |
| #define _ ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); | |
| typedef long long ll; | |
| using namespace std; | |
| int main(){_ | |
| return 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment