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