数字的二进制表示
https://www.nowcoder.com/practice/3ee66b6b76314a9ab7ff22d97f999ac1
import sys print(bin(int(input())))
相关推荐