vector<int> ivec;int ival;while(cin>>ival)ivec.push_back(ival) ;好像輸入的不是字符型就終止了,但是好像不能繼續輸入了,怎么辦? 查看完整描述