摘要:
题目链接:https://www.luogu.com.cn/problem/P4198 解题思路:完全来自 ikusiad大佬的博客 示例程序: #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 5; int n 阅读全文
摘要:
题目链接:https://www.luogu.com.cn/problem/P10596 解题思路:完全来自 GhostLX大佬的学习笔记 示例程序: #include <bits/stdc++.h> using namespace std; const long long mod = 1e9 + 阅读全文