Coding Template

COMPETITIONS:

</pre>
#include <bits/stdc++.h>
using namespace std;
#define _ ios_base::sync_with_stdio(0);cin.tie(0);
typedef long long ll;
typedef vector<int> vi;
#define pb push_back
#define all(v) (v).begin(),(v).end()
//int xx[]={0,1,0,-1,-1,-1,1,1,-1};int yy[]={1,0,-1,0,1,1,-1,-1}; //E S W N NE SE SW NW
int main() {
_

return 0;
}

USACO:

</pre>
/*
ID: prasoon8
PROG: milk3
LANG: C++11
*/
#include <bits/stdc++.h>
using namespace std;
#define _ ios_base::sync_with_stdio(0);cin.tie(0);
typedef long long ll;
typedef vector<int> vi;
#define pb push_back
#define all(v) (v).begin(),(v).end()
//int xx[]={0,1,0,-1,-1,-1,1,1,-1};int yy[]={1,0,-1,0,1,1,-1,-1}; //E S W N NE SE SW NW
int main() { _
ifstream fin("");ofstream fout("");

return 0;
}