SumCount by taraki

main(a,b,n,c){c=0;scanf("%d",&n);for(a=1;a<n;a++){for(b=1;b<n-a;b++)if(a+b<n)c++;}printf("%d",c);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page