文章
10
粉丝
253
获赞
8
访问
34.6k
使用oct函数可轻松求解:
while True: try: a = int(input()) a = oct(a) print(a[2:]) except: break
登录后发布评论
暂无评论,来抢沙发