题解列表

筛选

数据结构-八进制数

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a;int main() {   while(cin>>a) p……