摘要: 牛客周赛 Round 34 小红的字符串生成 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; using pii = pair<ll, ll>; #define fi first #define se s 阅读全文
posted @ 2024-02-25 23:48 value0 阅读(66) 评论(0) 推荐(0) 编辑
摘要: HUAWEI Programming Contest 2024(AtCoder Beginner Contest 342) A - Yay! 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; using p 阅读全文
posted @ 2024-02-25 17:34 value0 阅读(35) 评论(0) 推荐(1) 编辑