将十进制转换为八进制 #include<iostream> #include<stack> using namespace std; int main(){ stack<int> p; int x; cout<<