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