pat 1050

先将两个字符串排序,而后对应相同字符标记删除ios #include<iostream> #include<string.h> #include<algorithm> using namespace std; bool flag[10001]; struct str{ char ch; int index; } str1[10001],str2[10001]; bool cmp_
相关文章
相关标签/搜索