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 deep_you at 2005-03-02 22:31:20 on Problem 1006
In Reply To:咳,,,hawk,你至少要看看程序吧,,原程序就已经设为long ,大家都来看看,找找原因 Posted by:deep_you at 2005-03-02 22:31:00
> #include <stdio.h>
> int main(void){
>    int p, e, i, d;
>    int c=1;
>    long int triple = 0;
>    scanf("%d%d%d%d", &p, &e, &i, &d);
>    while(p!=-1){
>       triple = (p*5544+e*14421+i*1288)%21252;
>       triple-=d;
>       if(triple <= 0)
> 				triple+=21252;
>       printf("Case %d: the next triple peak occurs in %ld days.\n", c++, triple);
>       scanf("%d%d%d%d", &p, &e, &i, &d);
>    }
> }

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