神龙老爹
神龙老爹
全部文章
分类
未归档(12)
归档
标签
去牛客网
登录
/
注册
神龙老爹的博客
全部文章
(共1篇)
Mosaic
#include <bits/stdc++.h> using namespace std; const int N = 810; struct SNode { int l; int r; int max; int min; int getmid()...
C++
线段树套线段树
2024-08-02
0
132