8 八进制 #include <iostream> using namespace std; void f(int x) { if(x<8) cout<<x; else { cout … 继续阅读 8 八进制