[gcj] Re: Solutions for practice inputs

2010-05-09 Thread benetin
Chethan, You need to use diff to see if the output is exactly the same, except for some trailing spaces. Here is the one of the output line I found from yours: Case #32: 1.46888007111242e+015 This will not be accepted, since the problem is expecting the exact answer, as epsalon's solution does. B

[gcj] Re: Solutions for practice inputs

2010-05-09 Thread Chethan B
hey all.. my first time in GCJ.. it was really nice experience.. but i had terrible luck :( In problem C i first used brute force method n solved for small input.. it worked.. but then realized that it wont be able to process the large input data set.. So changed the whole code n tested it a lot..

Re: [gcj] Re: Solutions for practice inputs

2010-05-09 Thread Luciano Morozowski Junior
Or you can quickly find solutions to each problem in a specific programming language here: http://www.go-hero.net/jam/10/solutions On Sun, May 9, 2010 at 01:47, Carlos Guia wrote: > On the scoreboard, you can select the "Download solutions" check, then you > can download anyone's correct soluti

Re: [gcj] Re: Solutions for practice inputs

2010-05-08 Thread Carlos Guia
On the scoreboard, you can select the "Download solutions" check, then you can download anyone's correct solution and generate the output you need. Carlos Guía On Sat, May 8, 2010 at 10:25 PM, Prateek Tambi wrote: > You can send me the answers for Large input for problem C. > Thanks. > > > On S

[gcj] Re: Solutions for practice inputs

2010-05-08 Thread Prateek Tambi
You can send me the answers for Large input for problem C. Thanks. On Sun, May 9, 2010 at 7:54 AM, Prateek Tambi wrote: > Hi > In the qualification round yesterday I got my answer for large input set > wrong, now I am trying with the practice set, still it is coming out to be > wrong. So to debug