#include<bits/stdc++.h> using namespace std; const int maxn=100100; int main() { int i=1,j; j=(++i)+(++i); cout<<j; return 0; }