leap year by hinoe

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

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

download

return to the top page