Loading

随笔分类 -  具体问题 / ST 表

摘要:算法 观察到插入都在末尾进行 考虑逆向ST表 代码 #include <bits/stdc++.h> const int MAXSIZE = 2e5 + 20; #define int long long int Time, D; int t = 0; /*反向st表方便处理末尾的插入*/ clas 阅读全文
posted @ 2024-10-02 10:15 Yorg 阅读(50) 评论(0) 推荐(0)