CJYK
CJYK
全部文章
分类
归档
标签
去牛客网
登录
/
注册
CJYK的博客
全部文章
(共2篇)
题解 | 魔法棒
#include <bits/stdc++.h> using namespace std; int main() { long long x; cin >> x; while (cin >> x) cout <<...
2026-03-30
0
31
题解 | 小红的字符串修改
#include <bits/stdc++.h> using namespace std; int main() { string s, t; cin >> s >> t; int ans = 2e9; for (int i = 0...
2026-03-25
0
33