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

新手围观这个代码,32MS。

Posted by swust20115290 at 2012-01-26 11:27:14 on Problem 1006
#include<stdio.h>
int main()
{
	int a,b,c,d,i,j,k,t,l=0;
	while(scanf("%d%d%d%d",&a,&b,&c,&d)!=EOF)
	{
		if(a==-1&&b==-1&&c==-1&&d==-1)
			break;
	for(i=d+1;i<=(21252+d);i++)
		if((i-a)%23==0)
			break;
		for(;i<=(21252+d);i=i+23)
			if((i-b)%28==0)
				break;
			for(;i<=(21252+d);i=i+23*28)
				if((i-c)%33==0)
					break;
	printf("Case %d: the next triple peak occurs in %d days.\n",++l,i-d);
	}
	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