注意AC后再WA等,不算罚时。如果有题目没AC要把记录清零 #include <bits/stdc++.h> using namespace std; #define ios ios::sync_with_stdio(false),cin.tie(0),cout.tie(0) #define ll long long const int maxn=1e5+5; string str[maxn]; int cnt[maxn]; int main() { //freopen("","r",stdin); //freopen("","w",stdout); ios; int n,m,k,...