随笔分类 - HAOI
河南历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 400010; int last = 1, tot = 1
阅读全文
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 310, S
阅读全文