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 1414. Astronomical Database

I have "Time limit exceeded" in test #12, but time of work is 0.234. (C#)
Posted by D.Sinelnikov 12 Apr 2014 18:24
I have "Time limit exceeded" in test #12. But time of work is 0.234. Max time in test conditionы is 2.0. I think it is mistake in data reading. Maybe program waits reading data from test.

do
{
   var operation = Console.Read();
   var request = Console.ReadLine();

   ...
}
while (Console.In.Peek() != -1);


Edited by author 12.04.2014 18:28

Edited by author 12.04.2014 18:28