随笔分类 -  JLOI

吉林历年省选题
摘要:题目 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 阅读(70) 评论(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 阅读(57) 评论(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 阅读(60) 评论(0) 推荐(0)