#include <bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<oct<<a; //用c++自带函数库oct //10转8进制 return 0; }
使用您的 NWOJ 通用账户