摘要: 1 #include 2 #include 3 #define MAX 100 4 using namespace std; 5 bool check(string str1,string str2) 6 { 7 bool flag = true; 8 for(int i=0; i>n; 24 for(int i=0; i>str[i]; 27 ... 阅读全文
posted @ 2019-07-06 20:00 知了会爬树 阅读(400) 评论(0) 推荐(0)