摘要: 外校打星队伍,排名22/450,还算凑合吧。 A. A+B问题 直接枚举进制 #include <bits/stdc++.h> using namespace std; using vi = vector<int>; void solve() { string str; vi a, b, s; ci 阅读全文
posted @ 2023-11-10 18:24 PHarr 阅读(78) 评论(0) 推荐(1) 编辑