Result

WA

Code [DL]

module c;
int i,j;
initial begin
j = $fscanf(1<<31,"%b\n",i);
$write("%d",i);
end
endmodule

stdin

01100001
01001110
10000111
10101011
10100000
00010101
10001000
00000000
11111101
00000001
00100110
01000010
00000110
11100100
00001011
11000001
01001100
01011011
00001010
00001111
00101011
11010010
11100011
11100101
00110111
00000001
00101110
01101001
00011100
00100010
11011110
00001110
11111011
01001111
01111000
11101010
00101101
01110000
00111100
11010110
10100110
11100111
10111110
00001100
01100110
00000011
10011001
10110101
00100100
11111101

stdout

stderr

/volume/CODE:2: syntax error
/volume/CODE:2: error: Invalid module instantiation
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace