leap year by shinh

main(i){for(;gets(&i);printf("%d is %sa leap year.\n",i,"not "-!(i%4|i%16>0>i%50)))i=atoi();}

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

download

return to the top page