摘要: 1 #include<iostream> 2 using namespace std; 3 const int maxn=1e6+5; 4 int num[maxn]; 5 string s; 6 int main() 7 { 8 int nc;//字符串s中不同字符的个数 9 cin>>s>>nc 阅读全文
posted @ 2020-02-19 13:41 龙龙666666 阅读(456) 评论(0) 推荐(0) 编辑