#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=5e9;i++){ i++,i--; } return 0; }