Google Code Jam allows standard scientific notations also, doesn't
it?  The grader is fairly sophisticated.  You usually don't need to
worry about decimal format unless it's the point of the problem.

-Brian

On Sep 15, 5:54 am, TripleM <stephenmerri...@gmail.com> wrote:
> Anything to 7 decimal places is still within a precision of 10^-6, so
> the analysis is correct, and it won't be a typo. It is common to allow
> for much higher precision than asked for just in case you had an off-
> by-one error somewhere.
>
> On Sep 15, 9:01 pm, Matteo Landi <landima...@gmail.com> wrote:
>
> > Round 1B, problem A: it seems the precision required would be 10^-6
> > but the solution
> > shows 'print "%.7f" % Evaluate(tree, features)'. I suppose it to be a
> > typo error.
>
> > Anyway, very nice analysis.
>
> > On Tue, Sep 15, 2009 at 10:12 AM, ulzha <uldis.barb...@gmail.com> wrote:
>
> > > A minor glitch in 1C-C: // Start the computation.  int r = 0;
>
> > --
> > m...@http://matteolandi.altervista.org/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to