Result

WA

Code [DL]

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

stdin

00000000
01101001
01010111
01011011
11001110
00100100
00011100
00010010
01001110
11010010
01000000
10111010
11110010
00001010
10001000
10101011
11111101
00000001
11101010
11011000
10011001
00000100
00000111
01010100
10101011
00010100
01111011
00000110
11110000
10010110
01000010
11100010
00101101
00111010
10111110
11100111
11011100
00010001
11001111
00101000
10110000
01000010
00000011
00001111
11111110
00111100
10000011
01111000
00110111
00010101

stdout

stderr

/volume/CODE:1: syntax error
/volume/CODE:1: error: malformed statement
/volume/CODE:1: error: Incomprehensible for loop.
/volume/CODE:1: syntax error
/volume/CODE:1: error: malformed statement
/volume/CODE:1: syntax error
/volume/CODE:1: Syntax in assignment statement l-value.
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace