摘要: 例题: 输入样例: 5 5 C 1 2 Q1 1 2 Q2 1 C 2 5 Q2 5 预期输出: Yes 2 3 代码实现: #include<bits/stdc++.h> using namespace std; const int N = 1e5+10; int p[N],res[N]; int 阅读全文
posted @ 2025-09-07 22:09 小花护符 阅读(8) 评论(0) 推荐(0)