摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010, mod = 1e9 + 7; int n, 阅读全文
posted @ 2021-04-16 18:25 Protein_lzl 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #define int long long using namespace std; const int N = 20010; 阅读全文
posted @ 2021-04-16 15:40 Protein_lzl 阅读(42) 评论(0) 推荐(0) 编辑