Result

WA

Code [DL]

module a; integer i,j,x,c; initial begin
  for(i=0;i<50;i=i+1) begin
    c=$fscanf(32'h80000000,"%b",x);
    $puts(1)
  end
end endmodule

stdin

11000110
01101001
01001110
11010010
00101101
00001010
01110100
00110111
00111010
01101010
00100000
00000011
00000110
00001001
00100100
00010101
00000000
10011001
10001001
01001000
00001111
00110001
00000111
10011101
11111101
11100010
11101000
11001110
10101011
10111110
10001000
00011100
01011011
01001001
11010110
00110110
00100101
10110101
00000110
10100000
00001010
01101111
01000010
01111101
01010001
01111000
00000001
00111011
11100111
01111100

stdout

stderr

/volume/CODE:5: 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