by@yamayu832
WA
s=[0] for i in range(1,23): s.append(s[-1]+i) i=0 while i<50 print(int(int(input(),2) in s)) i+=1
11100101 00101001 00000110 00000011 01010100 01001110 10011001 01011011 11111100 10001000 11010010 01000010 00111000 10000011 11011000 11101111 10111110 10000010 01100000 10001010 10101011 01011101 01111110 11100111 00010101 01011011 00110001 00101101 10111111 00100100 00010010 00000001 01111000 10000000 00110110 10000111 10011011 00001111 00000000 00001010 11111101 10010001 01101111 01000000 01001100 01101001 00001111 00110111 00011100 00110100
File "/volume/CODE", line 5 while i<50 ^ SyntaxError: invalid syntax