#include #define endl '\n' using namespace std; mt19937 mt(4347); int n; char c[4]; int main() { ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); freopen("peru.in","r",stdin); freopen("peru.out","w",stdout); cin>>n; c[0]='P'; c[1]='E'; c[2]='R'; c[3]='U'; cout<<4*n+1<