by@progrunner17
WA
module c;int c,d;initial begin repeat(50)begin d=0;c=0;repeat(9)begin d=d*2+c%2;c=$fgetc(1<<31);end for(c=1;d>0;c=c+1)d=d-c;$write(~|d);end end endmodule
01000100 11010010 00100110 00010101 00000110 00011011 00000000 10111110 11111101 10001000 10111100 10011001 00000000 00010001 01011100 00101111 10101011 01000101 11111111 01101001 10010101 10000100 01111000 11100111 00111000 10001110 01000010 00001111 00110111 01010101 10101111 00100100 00000011 01011011 00000001 11101110 10010010 01010111 11000110 01001110 00101101 11011011 00011100 00110111 11010011 00111111 11101100 10011110 10110101 00001010
/volume/CODE:1: syntax error /volume/CODE:1: error: Invalid module instantiation /home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory rm: cannot remove '/tmp/code': No such file or directory