文章
1
粉丝
0
获赞
访问
81
#include <stdio.h> int main(){ int n; while(scanf("%d",&n)!=EOF){ printf("%o\n",n); } return 0;}
登录后发布评论
暂无评论,来抢沙发