leap year by letter

main(a){for(;~scanf("%d",&a);printf("%d is %sa leap year.\n",a,"not "-!(a%50?a%4:a&12)));}

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

download

return to the top page