#55604: python 4 行


0xseanlee (0xseanlee)


a = input().split()
for i in a:
    num = int(i)
    print(f"{num:b}")