Result

WA

Code [DL]

while print(int((8*int(input(),2)+1)**0.5%2))

stdin

11010010
01101001
10101011
01111101
00110111
10110111
11011011
11000111
00000011
10011101
00000010
11000100
00000100
10011001
10001000
00100100
00010101
11100111
10100101
01011011
01111000
00111110
00000101
11110110
01100110
10100100
01001110
00000001
00011100
00011101
00001101
00001001
00100101
01000010
11111010
01101111
00100110
00011100
10001000
01101000
01010101
00010001
00101101
00000000
11111101
01100101
10111110
00001010
00000110
00001111

stdout

stderr

  File "/volume/CODE", line 1
    while print(int((8*int(input(),2)+1)**0.5%2))
                                                ^
SyntaxError: invalid syntax

strace