#44336: python


yp11251258@yphs.tp.edu.tw (803-43謝禮安)


while True:
  try:
    s = int(input())
    print(bin(s)[2::])
  except:
    break
#44339: Re: python


yp11251258@yphs.tp.edu.tw (803-43謝禮安)


while True:
  try:
    s = int(input())
    print(bin(s)[2::])
  except:
    break


so good