文章
326
粉丝
4
获赞
527
访问
93.7k
while(1): try: n = int(input()) s = bin(n) k = s[2:] kk = k[::-1] o = int(kk, 2) print(o) except: break
登录后发布评论
暂无评论,来抢沙发