摘要: 题目链接:https://www.luogu.com.cn/problem/P1563 解题思路:模拟题,按照题目要求进行操作即可。 实现代码如下: #include <bits/stdc++.h> using namespace std; const int maxn = 100010; int 阅读全文
posted @ 2020-06-19 15:57 quanjun 阅读(186) 评论(0) 推荐(0)