.......
不会
字符串内部排序:
头文件 #include<algorithm>
sort(s.begin(),s.end());//假设字符串为s
1
这道题只要把每个字符串内部排序,如果s[0]为‘C’的话,cnt++