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 |
c也有sscanf,sprintfIn Reply To:stringstream是个好东东 这题的读入可以这么读 嘿嘿~ Posted by:alpc56 at 2009-09-15 09:33:55 > #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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator