Skip to content
Snippets Groups Projects
Commit 55e5c5fa authored by Bruno Freitas Tissei's avatar Bruno Freitas Tissei
Browse files

Update template

parent 1ba0157f
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,15 @@
#define MAX 0
#define MOD 1000000007
#define EPS 1e-6
#define inf 0x3f3f3f3f
#define llinf 0x3f3f3f3f3f3f3f3f
#define fi first
#define se second
#define sz size()
#define pb push_back
#define ende '\n'
#define all(x) (x).begin(), (x).end()
#define rall(x) (x).rbegin(), (x).rend()
......@@ -17,11 +20,9 @@ using namespace std;
typedef long long ll;
typedef pair<int,int> ii;
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment