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

居然还有小于等于零的状况,WTF,今天状态不好……WA好几次

Posted by xijunlee93 at 2013-03-26 20:06:27 on Problem 1006
#include<iostream>
using namespace std;

int main()
{
   int p,e,i,d,t,x,find,ans,count=0;
   while(1)
   {
      cin>>p>>e>>i>>d;
      if(p==-1)
      break;
      count++;
      find=0;
      for (x=1;!find;x++)
      if ((p+23*x-e)%28==0&&(p+23*x-i)%33==0)
      {find=1;ans=p+23*x-d;break;}
      if (ans>21252)
      ans%=21252;
      while(ans<=0)
      ans+=21252;
      cout<<"Case "<<count<<": the next triple peak occurs in "<<ans<<" days."<<endl;
   }
   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