ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1953. Biggest Inscribed Ellipse

2 ADMINS: timus C# megacompiler, weak tests or bug in checker???
On my VS 2012 C# compiler on test
1000 1000 1000
my program's output is
0.0000143861 288.6751345948
which doesn't seem to fit into precision (from the solution correctness criteria). But AC on timus under VS 2010 C# compiler.

Just interesting: there is no such test, timus VS 2010 is better than my VS 2012, or checker checks not equality of both numbers in output and answer, but some more weird thing?
Re: 2 ADMINS: timus C# megacompiler, weak tests or bug in checker???
Posted by Erop [USU] 4 Sep 2013 19:47
There was incorrect checker, it checked with precision 10^-4.
It fixed now, all solutions were rejudged, 7 authors lost their AC.