Result

WA

Code [DL]

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

stdin

10111110
01100011
11011111
00111011
10111000
11100111
11111010
00100100
10100010
01010101
11000000
00010101
00001010
00110110
00000001
00011100
11101101
10000011
11111101
00000011
01101000
00110001
11011001
00111111
10001000
00101010
01001110
01001111
00001111
01011011
10111101
11010010
10011001
10101011
01101001
00110111
11101100
01001110
00000000
10111001
01111000
00101101
11100110
10001001
01001110
11010001
01000010
00000110
01111100
00001100

stdout

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

stderr

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

strace