I can't figure out a way to unblock1713D - Tournament Countdown. I used some wrappers overConsolefor easier testing, but even with pureConsoleusage it gets stuck on test 3:167411234. I do: Console.WriteLine("? 1 2");Console.Out.Flush(); And perform all reads byConsole.ReadLine()only...
I've tried submitting a solution to problem158A--->86259839But I get Idleness limit exceeded on test 1, I tested my code using Custom Test, but it seems to be working Ok, how can I fix this? -2 CodingBlood 5 years ago 7 Comments...
My submissionhttps://codeforces.com/contest/1363/submission/82155170is getting Idleness limit error. I printed new line, and flushed the output. Still I can't understand why it is giving an error.
i get Idleness limit exceeded on test 1,
Riyad_Hossain→How to calculate Time Complexity of a problem having time limit more than 2 seconds? qasw110983's blog Byqasw110983,history,20 months ago, I've tried submitting a solution toproblem--->167785392But I get Idleness limit exceeded on test 3, I modified a small part --->16778...