摘要: 题目 Atcoder 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 4000010, mod = 1e9 + 7; int n, k, fact 阅读全文
posted @ 2021-05-03 17:28 Protein_lzl 阅读(45) 评论(0) 推荐(0) 编辑