牛客154908581号
牛客154908581号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客154908581号的博客
全部文章
(共1篇)
题解 | 【模板】静态区间最值
#include <bits/stdc++.h> #include <exception> using namespace std; int a[5000001]; struct tree { int mn,mx; }; tree tr[20000005]; void...
2025-12-14
0
19