Result

WA

Code [DL]

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

stdin

11111101
11110011
00101010
11000100
00111110
00000001
10101011
00110111
00000100
11001110
00010001
01001011
00110100
00111000
00011100
10000001
01101001
01100000
11011100
10001000
00001111
01001110
01101011
01011011
00010101
00000011
00101101
00000000
01100100
10101011
11010010
10111111
01010001
11110101
00110111
00000110
10110001
01000010
11100111
10011001
10111110
00001010
11011011
00010000
10100011
11001000
00100100
10101111
01111000
00001011

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