leap year by Shax

#import<algo.h>\x0d
main(){for(int a;cin>>a;)printf("%d is%s a leap year.\n",a,a&3|a%100<a%16?" not":"");}

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

download

return to the top page