#include using namespace std; #define rep(i,n) for(int i=0;i>n; n++; int cnt=0; rep(i,n)rep(j,n){ if(i+j<=n-1) cnt++; } cout<