Decode Caesar ciphers by Komaki

a;main(c){for(;~(c=getchar());putchar(isalpha(c)?((c|32)+a)%26+65+(c&32):c))a=a?:c%5?c%2?:15:21;}

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

download

return to the top page