Result

WA

Code [DL]

module c;
int i,j;
initial begin
void'($fscanf(1<<31,"%08b",i));
$write("%d",i);
end
endmodule

stdin

01101001
01000010
01000111
01001110
00010101
00101101
00100100
01111000
00000001
10001000
11001110
11101100
11100000
00000000
10010110
01100001
01011011
10101011
00100110
00100011
10100100
10011001
00000011
11101011
00010000
00111111
11001111
01111110
11110001
00110111
10110101
11100111
00001111
01000010
10111110
11101010
10001000
00001010
00000110
00100101
01110001
11111101
11011101
11010010
00101000
00110110
01110100
00011100
00101010
11110111

stdout

stderr

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

strace