基础训练 16进制转为8进制 16进制转为8进制 #include<iostream> #include<string.h> using namespace std; int main(){ int n; … 继续阅读 基础训练 16进制转为8进制