文章
311
粉丝
0
获赞
159
访问
30.6k
python很快
while(1): try: n=int(input()) s=oct(n) # print(s) s=s[2:] print(s) except: break
登录后发布评论
暂无评论,来抢沙发