Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
原程序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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator