随笔分类 -  nwd的痛

摘要:1 #include<iostream> 2 #include<algorithm> 3 #include<cstring> 4 #include<cmath> 5 #include<string> 6 using namespace std; 7 8 const int N = 2e5 + 10; 阅读全文
posted @ 2020-11-17 15:44 LegendN 阅读(83) 评论(0) 推荐(0)
摘要:1 #include<bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 const int INF = 1e9; 5 const int N = 1e5 + 10; 6 int a[N]; 7 int n; 8 9 int 阅读全文
posted @ 2020-11-12 22:13 LegendN 阅读(70) 评论(0) 推荐(0)
摘要:永远无法理解的题 分治 单调栈 笛卡尔树 1 #include<iostream> 2 #include<algorithm> 3 #include<cmath> 4 #include<stack> 5 #include<cstring> 6 using namespace std; 7 const 阅读全文
posted @ 2020-11-07 16:40 LegendN 阅读(113) 评论(0) 推荐(0)