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...
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(); ...
I have tried to submit the solution to the problem which is shown below. I tried a lot but still get idleness limit exceeded. This is my solution link. http://codeforces.com/contest/916/submission/35832727 Can somebody help me how to overcome this??
The problem request you to guess a prime P, P is less than or equals to N, and N is the first line in a test case. Your program should make some guesses and the judge will return a answer string when your program do that. It confused me on the I/O. ...