杭电acm有关string的题目
hdu: 1860 http://acm.hdu.edu.cn/showproblem.php?pid=1860将string转化为数组#include #include using namespace std;int main(){ int i,m,j; string s,x; while(getline(cin,x)&&x[0]!='
原创
2016-07-21 09:02:14 ·
321 阅读 ·
0 评论