文章
81
粉丝
2
获赞
544
访问
20.1k
#include <iostream> using namespace std; int main(){ int n; while(cin >> n){ cout << oct << n << endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发