leap year by kurimura

main(s){while(~scanf("%d",&s))printf("%d is %.*sa leap year.\n",s,s%400*-!(s%100)-s%4,"not ");}

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

download

return to the top page