Result

WA

Code [DL]

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

stdin

10101000
00111001
10101011
00001101
10011001
00000000
00010010
00110011
11010111
11000011
10111110
11010001
11000010
10000110
00100100
11110101
01011011
00000011
00011100
10001000
11011011
01111000
11110111
01001110
00101101
00110111
00010000
00010101
00000110
01000101
11101101
10001000
11010010
11100101
10000001
01000010
11100111
11111101
01101001
11001110
00001010
00000001
11000101
10001011
01001000
00011001
00001111
00001111
01111001
10011000

stdout

stderr

/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

strace