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

stringstream是个好东东 这题的读入可以这么读 嘿嘿~

Posted by alpc56 at 2009-09-15 09:33:55 on Problem 1300
#include <sstream>
using namespace std;
main()
{
     .......
     int L = 0;
     stringstream cc;
     for(i=0;i<n;i++)
     {
	gets(p);
	cc<<p;
	while( cc>>k )
		E[k]++,E[i]++,L++;
	cc.clear();
     }
     ......
}

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