摘要: #include #include using namespace std;int getO(string str,int &start,char ch){ int count=0; for(;start>str) { //char c = str.at(1); ... 阅读全文
posted @ 2014-11-20 23:02 ElephantKing 阅读(167) 评论(0) 推荐(0)
摘要: #include #include using namespace std;int main(){ string str; while(cin>>str) { //char c = str.at(1); //cout3 //str.eras... 阅读全文
posted @ 2014-11-20 21:38 ElephantKing 阅读(109) 评论(0) 推荐(0)