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

Re:糟糕,贴错了,上面的不算,呵呵,这边的太恶心了,贴了就改不了

Posted by yezizhe at 2007-08-13 15:14:13 on Problem 1326
In Reply To:Re:糟糕,贴错了,上面的不算,呵呵,这边的太恶心了,贴了就改不了 Posted by:ljl08 at 2007-08-01 22:14:02
> 		printf("%d\n",m);
> 		if(strcmp(city,"#")==0)
> 			break;
> 		else continue;

这个错了,改成:
> 		if(strcmp(city,"#")==0)
> 			break;
> 		printf("%d\n",m);

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