摘要: 题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> using namespace std; const int N = 110, M = 2e7 + 10, mod = 20170408; int n, m, p, P[ 阅读全文
posted @ 2021-04-03 12:28 Protein_lzl 阅读(35) 评论(0) 推荐(0) 编辑