Result

WA

Code [DL]

module c;integer c,d,s;initial begin s=1<<31;repeat(50)begin d=0;c=48;while(c!=10)begin d=d*2c-48;c=$fgetc(s);end for(c=1;d>0;c=c+1)d=d-c;$write("%d ",|d);end end endmodule

stdin

01000010
01010111
01111000
11111101
11000001
11001001
00000011
10011001
11110101
01011011
00100100
10101011
00000000
00000110
11111111
10011000
00010101
01110001
00000001
00011101
01101001
01000110
10010011
10100001
00101111
00001010
00100001
01100111
10011010
10000000
10111110
11001000
11101010
11100111
01001110
00010101
00111010
00011100
11010010
11011001
00110111
01001011
10100101
10001000
11001010
00110010
11100111
00001111
00101101
01001100

stdout

stderr

/volume/CODE:1: syntax error
/volume/CODE:1: error: malformed statement
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace