Anoth3r
Anoth3r
全部文章
分类
题解(6)
归档
标签
去牛客网
登录
/
注册
Anoth3r的博客
全部文章
(共1篇)
题解 | 牛客周赛 Round 113题解
牛客周赛 Round 113 题解,C++ version。 A 小红取模 直接求和取模即可。 void solve() { string s; cin >> s; int t = 0; for (auto v : s) t += v - '0'; ...
C++
题解
2025-10-12
13
23