Page 1 of 1

Problem C (ACM ICPC World Finals Warmup 2)

Posted: Sun Feb 25, 2007 3:22 pm
by LayCurse
i got WA with 2 decimal places, but i got AC with 6 decimal places.
(and i got WA with 7 decimal places.)
problem description is wrong?
or its my mistake?
> Output
> For each test case, print the case number and the minimum radius, to 2 decimal places.

hmm

Posted: Sun Feb 25, 2007 5:19 pm
by shahriar_manzoor
Yes you are right.

The mistake was mine. I changed the code to six decimal places to see if there is any case that can cause precision problem, found one such case (not really threatning) removed that case but forgot to change the code. We will rejudge asap.

When I was checking at home unfortunately I was looking at the right data not the one I sent.