上一页 1 ··· 148 149 150 151 152 153 154 155 156 ··· 207 下一页

2011年8月2日

输入字符串,找出该字符串中abc出现的位置

摘要: #include<iostream>#include<vector>#include<string>#include<algorithm>using namespace std;int main(){vector<char> vec;vector<char>::iterator it;cout<<"输入第一个字符串"<<endl;char ch;while((ch=getchar())!='#')vec.push_back(ch);for(it=vec.begin 阅读全文

posted @ 2011-08-02 11:14 原来... 阅读(685) 评论(0) 推荐(0) 编辑

上一页 1 ··· 148 149 150 151 152 153 154 155 156 ··· 207 下一页

导航