shell game EASY by torikara

s=49;main(a){for(;gets(&a);puts(&s))s=a>>8^s?a-s&3?s:a>>8:a%64;}

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

download

return to the top page