随笔分类 -  SHOI

上海历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 貌似在 \(Acwing\) 上要吸臭氧 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #include <set> using name 阅读全文
posted @ 2021-06-17 16:23 Protein_lzl 阅读(72) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #define int long long using namespace std; const int N = 110, mo 阅读全文
posted @ 2021-06-10 21:39 Protein_lzl 阅读(74) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 1000010, M = 2010, S = 1e6 + 阅读全文
posted @ 2021-06-03 16:18 Protein_lzl 阅读(59) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 500010, M = 22; int n, m, d, 阅读全文
posted @ 2021-06-02 16:18 Protein_lzl 阅读(63) 评论(0) 推荐(0)