文章
117
粉丝
69
获赞
860
访问
113.6k
t = int(input()) while t > 0 : a = int(input()) a = "{:032b}".format(a) b = a[::-1] b = int(b, 2) print(b) t -= 1
登录后发布评论
暂无评论,来抢沙发