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 ChenXiXing at 2005-05-06 14:23:38 on Problem 1014
In Reply To:粗心 Posted by:c0500448129 at 2005-05-05 11:22:17
>  
>  		if(sum%2)
>  			printf("Can't be divided.\n");
>  		else if(solve()==0)
>  			printf("Can't be divided.\n");
>  		else
> ***********************************************************
>  			printf("Can't be divided.\n");
> ***********************************************************
> 应该是"Can be divided."
> 
> return 1;
> //这里最好写成return 0;

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