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

第一次写MAP,水过留言(顺便说说关于 输入)

Posted by l0ad1ng at 2012-02-12 16:14:00 on Problem 2503
我的输入是这样搞定的
--------------------------------------------
--------------------------------------------
char a[30],b[15],c[15];

while(gets(a)&&a[0]!='\0')
{
   sscanf(a,"%s%s",&b,&c);
}

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