chenlan114
chenlan114
全部文章
分类
归档
标签
去牛客网
登录
/
注册
chenlan114的博客
全部文章
(共22篇)
题解 | 游游的字母翻倍
#include <bits/stdc++.h> using namespace std; using ll=long long; int main() { ll n,q; cin>>n>>q; string s; cin>...
2025-12-16
0
16
题解 | 降温(easy)
#include <bits/stdc++.h> using namespace std; const int N=105; // 数组最大长度(题目中n≤100,留冗余) // 变量说明: // a数组:用于计算“最大寒潮次数”的温度序列(对未知温度做最大化寒潮的赋值) // b数...
2025-12-07
0
22
首页
上一页
1
2
3
下一页
末页