摘要: 李超线段树模板题,要同时维护最大值和最小值,然后求交点的时候注意 double 的转换 code: #include <cstdio> #include <cstring> #include <cmath> #include <cstdlib> #include <vector> #include 阅读全文
posted @ 2020-05-11 12:37 EM-LGH 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 第一次学这个东西,感觉还是挺好写 + 好用的. code: #include <bits/stdc++.h> #define ll long long #define M 50000 #define N 100008 #define eps 1e-12 #define lson now<<1 #de 阅读全文
posted @ 2020-05-11 00:04 EM-LGH 阅读(121) 评论(0) 推荐(0) 编辑