提交时间:2025-07-17 14:25:21

运行 ID: 334063

n=int(input()) s=bin(n) print(s[2:])