Reverse Bits FIXED by pooq

3000.times{a:stdin.get_u8;b:0;c:128;8.times{b+=a%2*c;a/=2;c/=2;}stdout.put_u8(b);}

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

download

return to the top page