#include using namespace std; int N,ans; main() { cin>>N; for(int i=0;i<=N;i++)for(int j=0;i+j<=N;j++)ans++; cout<