Result

WA

Code [DL]

module a;real x,y;initial repeat(50)begin
$fscanf(1<<31,"%b",x);
y=x**0.5;
$write("%d",(y*8+1)%2==1);
end endmodule

stdin

11101110
01111000
10011001
00001000
01111100
11001000
10110011
01000010
01001000
10110100
10110000
00010000
00010010
00000001
10101011
01101001
00110100
10100010
01111101
11011001
10001000
01011011
00011100
10100101
10110010
01010111
11010010
00000000
11100111
11111101
11100111
00110111
10110101
00101101
11111101
11001100
11110101
00100100
00000110
00001111
00110110
00001010
01001110
11010100
00010101
10100100
11000001
00000011
10111110
00011010

stdout

/tmp/code: Program not runnable, 1 errors.

stderr

/volume/CODE:2: Error: $fscanf() is a system function, it cannot be called as a task.

strace