摘要: SP1805 #include<iostream> #include<cmath> #include<cstdio> #include<cstdlib> #define maxn 100010 #define ll long long using namespace std; template<ty 阅读全文
posted @ 2021-02-17 22:54 DReamLion 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 洛谷P1886滑动窗口 #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #define maxn 1000010 using namespace std; template<typename T> inl 阅读全文
posted @ 2021-02-17 22:49 DReamLion 阅读(25) 评论(0) 推荐(0) 编辑