Result

WA

Code [DL]

module c;
  integer i;
initial begin
i=0;
i++;
$write("%d",i);
end
endmodule

stdin

11100111
11000011
01010010
11010110
00000110
00110010
10011110
00001111
10011010
10010010
01011011
11110110
00010101
11000111
00000011
00011100
11010010
10111110
11111101
10001110
11011111
00011001
01001110
00010011
11111100
11100011
00011111
01000010
00000000
00100100
10101011
01111001
00100111
00110111
10011001
00000010
10001000
10011001
00111011
01100001
01010001
00001111
10011111
00000001
01101001
11010101
10100011
01111000
00101101
00001010

stdout

stderr

/volume/CODE:5: syntax error
/volume/CODE:5: error: malformed statement
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace