Result

WA

Code [DL]

module c;
integer i;
initial begin
i = fgets(1<<31);
$write(i);
end
endmodule

stdin

10111101
00011100
00000011
10000101
10000011
10000100
10111110
00001111
00100100
10010010
00010101
11111110
01001110
00001010
11010010
01010100
00000001
00010011
11011110
01011100
00101101
00000110
00001011
11100111
01011011
00001101
01101001
10001110
00101100
01110010
01101101
10001000
01111001
11010111
00000001
11110000
10001000
01110000
11000010
10011001
00000000
00100110
00110111
01000010
01111000
00110001
01001101
10111111
10101011
11111101

stdout

stderr

/volume/CODE:4: error: No function fgets in this context (c).
1 error(s) during elaboration.
/home/esolang/bin/verilog: line 4: /tmp/code: No such file or directory
rm: cannot remove '/tmp/code': No such file or directory

strace