Skip to content

Instantly share code, notes, and snippets.

@uthantvicentin
Created March 14, 2021 13:00
Show Gist options
  • Select an option

  • Save uthantvicentin/6dd3b4b4868ace2baad3116c1665946a to your computer and use it in GitHub Desktop.

Select an option

Save uthantvicentin/6dd3b4b4868ace2baad3116c1665946a to your computer and use it in GitHub Desktop.
#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