#39361: python殘風解


eddiehu (Eddiehu)


這就是python好處
有bin可以用

try:
while True:
test = int(input())
print(bin(test)[2:])
except:
pass