Result

WA

Code [DL]

i=''
while 1:i=(1+8*int(input(i^1),2))**.5%1>0

stdin

00001011
00000110
01000010
10010100
01101001
10001110
01111000
11001001
01100101
01011011
00001010
01101001
11010010
00101101
00001111
10111001
00000011
00011100
11110101
00101101
11111101
10001011
11001110
00010100
00000000
10010010
10101011
00100100
10111011
11000011
00100110
10011001
01001110
00110111
10010110
10111110
00101000
11100111
10001000
01100111
00111010
01011101
11011111
00010101
00000101
10000101
00000001
00101111
11000010
00100000

stdout

stderr

Traceback (most recent call last):
  File "/volume/CODE", line 2, in <module>
    while 1:i=(1+8*int(input(i^1),2))**.5%1>0
TypeError: unsupported operand type(s) for ^: 'str' and 'int'

strace