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