摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 200010; int n, A, B, d[N], st[N], f[N] 阅读全文
posted @ 2021-05-20 18:04 Protein_lzl 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 1000010, p = 924 阅读全文
posted @ 2021-05-20 18:02 Protein_lzl 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 2010, mod = 9248 阅读全文
posted @ 2021-05-20 18:00 Protein_lzl 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 200010; int n, m, c[N], k[N]; int h[N] 阅读全文
posted @ 2021-05-20 17:58 Protein_lzl 阅读(51) 评论(0) 推荐(0) 编辑