提交时间:2025-07-17 14:31:59

运行 ID: 334075

n=int(input()) b=bin(n) #0b print(b[2:])