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

Add template

parent 1e114540
No related branches found
No related tags found
No related merge requests found
#include <bits/stdc++.h>
#define MAX 0
#define MOD 1000000007
#define inf 0x3f3f3f3f
#define fi first
#define se second
#define sz size()
#define pb push_back
#define all(x) (x).begin(), (x).end()
#define rall(x) (x).rbegin(), (x).rend()
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.
Finish editing this message first!
Please register or to comment