Result

WA

Code [DL]

module c;integer c,d;initial begin repeat(50)begin c=$fscanf(1<<31,"%b",d);for(1;d>0;c=c+1)d=d-c;$write(~|d);end end endmodule

stdin

10001000
11101110
00110111
01011000
00000000
10011000
11101000
00011100
01000110
11111100
00001010
10101011
11111101
00010101
00101101
11111001
10000110
01000010
00100101
10001010
01011011
00100100
00011011
01100011
00011110
10001011
01111011
11010010
10010010
11001110
10111110
00110000
11100001
11100111
00000011
00000110
00000001
01101011
10101100
01110101
11000010
01001011
11010010
11110001
00001111
10011001
01111000
01001110
00110111
01101001

stdout

stderr

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

strace