#define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include using namespace std; typedef long long int ll; #define REP(i,n) for(int i=0; i=0; --i) #define FOR(i,a,n) for(int i=a; i=a; --i) #define VDOUT(x) cerr << #x << "\n";for(auto i : x ) cerr << " " << i << "\n"; #define DOUT(x) cerr << #x << " = " << x << "\n"; #define COUT(x) cout << x << "\n"; #define COUT2(x,y) cout <> n; COUT(2017 - n); return 0; }