shell game EASY by nn

#import<ios>
char x,y,v=49;main(){for(;gets(&x);puts(&v))v^=x*y%v?0:x^y;}

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

download

return to the top page