Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
看看这种情况In Reply To:没有这个事情 Posted by:frkstyc at 2008-03-25 18:11:26 getline(cin, str); // 假如 str = "PROC A fdsj" 这个wa newProc(str.substr(5)); 这个ac stringstream ss(str.substr(5)); string name; ss >> name; newProc(name); Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator