摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 810; in 阅读全文
posted @ 2021-07-14 19:32 Protein_lzl 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 30010; int T, n, MAXQ, SG[20] 阅读全文
posted @ 2021-07-14 19:27 Protein_lzl 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #include <map> #include <set> using namespace std; const int N = 阅读全文
posted @ 2021-07-14 19:24 Protein_lzl 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #include <cstdio> using namespace std; typedef unsigned long lon 阅读全文
posted @ 2021-07-14 19:20 Protein_lzl 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 题目 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 阅读(40) 评论(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 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 500010, p = 998244353, g = 3; 阅读全文
posted @ 2021-07-14 19:02 Protein_lzl 阅读(44) 评论(0) 推荐(0) 编辑