shell game EASY by pooq

i=1
do
input""x
a=int(x/10)+0^(x-5)
b=mod(x,10)
c=i
if i=a c=b
if i=b c=a
i=c
?i
loop

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

download

return to the top page