Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

看看这种情况

Posted by freestyler at 2008-03-25 18:39:07 on Problem 1462
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator