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

01000011
10111111
00011100
01011011
01101001
11011111
11110111
11001101
11101011
01010000
10111110
01100110
00000110
00000011
10011110
01000010
10000000
11100111
10101011
01000111
11100110
00001111
00000111
00001010
10111101
00100100
00000000
00010101
00111011
00110111
00101101
01011011
10010110
00011110
11111000
00100110
11100001
10111010
10011010
00000011
00110110
00101100
10011001
00000001
01001010
10001000
11111101
01001110
11010010
01111000

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