Result

WA

Code [DL]

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

stdin

10001000
01011000
11000101
00110110
00001110
01101001
01011011
00101101
01111110
01110011
01001110
00000000
10000010
00001010
01010101
10010011
10101111
01011100
01111000
00110010
10011001
00000011
00110011
11100111
11111100
00000000
10111010
10111110
10011111
10110100
11110001
00000001
11000000
00110111
00010101
01101111
11111101
01000010
00001111
00000110
10101011
10111011
00101100
00000011
10101001
11010010
00100100
00011100
00111110
11111010

stdout

stderr

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

strace