随笔分类 -  HAOI

河南历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 400010; int last = 1, tot = 1 阅读全文
posted @ 2021-07-14 19:16 Protein_lzl 阅读(42) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 310, S 阅读全文
posted @ 2021-07-14 19:12 Protein_lzl 阅读(39) 评论(0) 推荐(0)