|
|
back to boardcheck test №5 Posted by VDYteam 29 Mar 2004 16:54 Re: check test №5 Pos: n=0? How can you solve it so? Re: check test №5 Test #5 is wonderful! Read problem statement more attentively. Re: check test №5 try this: 2 4000000000 4000000001 :) Re: check test №5 I have the same problem... But I give the correct answer on your test??? Is there any trick? Re: check test №5 Use INT64. Re: check test №5 I got AC using such code: double res=double(a+b)/2.0, where a and b are unsigned long. Re: check test №5 Yes....maybe overflow.. |
|
|