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.
Ben On May 9, 2:50 pm, Chethan B <[email protected]> wrote: > 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.. it was working fine.. so > took large data and submitted the code... now it says 1 wrong try.. > but guess what?! > I just downloaded randomly a perl source code written by 'epsalon' > which is supposedly 'correct'... generated the output for my large > input data set... the output matches exactly with the output i got > from my program!!! why was my code rejected?? :( is there anybody with > whom i can check?? is the code also checked for readability or > something by judges before accepting it to be correct?? > > -Cheb > > PS: No offense to organizers.. all in all, the competition was > conducted well.. > > On May 9, 1:11 pm, Luciano Morozowski Junior <[email protected]> > wrote: > > > > > > > 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 <[email protected]> wrote: > > > 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 > > > <[email protected]>wrote: > > > >> You can send me the answers for Large input for problem C. > > >> Thanks. > > > >> On Sun, May 9, 2010 at 7:54 AM, Prateek Tambi > > >> <[email protected]>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 the problem I want to a correct output. Can any one > > >>> tell > > >>> me where I can find the correct output for the practice set, or if its > > >>> not > > >>> there in code jam site then can someone generate and send me the > > >>> answer for > > >>> output data set? > > > >>> Thanks > > >>> Prateek Tambi > > > >> -- > > >> You received this message because you are subscribed to the Google Groups > > >> "google-codejam" group. > > >> To post to this group, send email to [email protected]. > > >> To unsubscribe from this group, send email to > > >> [email protected]<google-code%2bunsubscr...@googlegr > > >> oups.com> > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/google-code?hl=en. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "google-codejam" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-code%2bunsubscr...@googlegr > > > oups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-code?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "google-codejam" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-code?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-code?hl=en. -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
