第十三届蓝桥杯 C/C++ 大学B组 题解 A 进制计算简单模拟 #include <bits/stdc++.h> using namespace std; typedef long long ll;...