摘要: 最坑的是输入除了'Q','R'还有其他字母; 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int N=1e6+5; 5 int color[N],blg[N],cnt[N],ans[ 阅读全文
posted @ 2022-03-29 22:59 matt-11 阅读(35) 评论(0) 推荐(0)