#44336: python


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

學校 : 不指定學校
編號 : 262300
來源 : [203.72.178.1]
最後登入時間 :
2024-12-19 16:36:09

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


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

學校 : 不指定學校
編號 : 262300
來源 : [203.72.178.1]
最後登入時間 :
2024-12-19 16:36:09

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


so good