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

我知道!!下面...就可以了.

Posted by hujk2008 at 2004-07-12 22:42:19 on Problem 1579
In Reply To:why WA? Posted by:PC0400322032 at 2004-06-26 17:41:37
改成:
	while(1)
	{
		scanf("%d %d %d",&a,&b,&c);
		i =a;j=b;k=c;
		if(a==-1 && b==-1 && c==-1)
			break;
                   else
		if(a<=0 || b<=0 || c<=0)
			i=j=k=0;
                   else
		if(a>20 || b>20 || c>20)
			i=j=k=20;
		printf("w(%d, %d, %d) = %d\n",a,b,c,w[i][j][k]);
	}

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