Result

WA

Code [DL]

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

stdin

10101011
00011010
00000110
00110111
01111000
11011111
11010010
00001111
00101101
11111001
10010110
10011001
10001000
00101100
01111010
10111011
11010110
00001010
00100110
00010100
10101110
11100111
00000000
00101010
11101110
10100010
11011010
01001110
10101000
00011100
00100100
01101001
00010101
11111111
01011100
01000010
00000011
00000001
10000101
10111110
01010000
10011111
11110010
01011011
01110001
11111101
10001000
10101010
00000111
00000110

stdout

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

stderr

/volume/CODE:1: Error: System task/function $scanf() is not defined by any module.

strace