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_
相關文章
相關標籤/搜索