128 bits by y

i=31;b(int r){for(i=31;i>-1;i--){putchar(((r>>i)&1)+0x30); if(!(i%8))putchar(' ');}}main(){b(0x09f91102);b(0x9d74e35b);b(0xd84156c5);b(0x635688c0);}

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

download

return to the top page