6Luffy6

导航

2024年5月10日 #

P3372 【模板】线段树 1

摘要: 不引用懒惰标记的方法,会超时 #define _CRT_SECURE_NO_WARNINGS 1 #include<iostream> #include<vector> #include<algorithm> using namespace std; const int N = 1e6 + 10; 阅读全文

posted @ 2024-05-10 10:22 极客三刀流 阅读(17) 评论(0) 推荐(0)