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