摘要: #include<iostream>#include<string>#include<cctype>using namespace std;int main() { string str; cin >> str; int key = 0; int m = 0; for (int i = 0; i < 阅读全文
posted @ 2017-10-13 23:16 Ruohua3kou 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 学习<algorithm>下的reverse函数 #include<iostream> #include<string> #include<algorithm> using namespace std;int n;bool judge(string s1, string s2, string s3) 阅读全文
posted @ 2017-10-13 16:50 Ruohua3kou 阅读(102) 评论(0) 推荐(0) 编辑