Its there again
Codechef is taking more time to judge my answer than I did coming up with it
It is happening again!
i submitted my solution but it take too long… it was just showing running… i was very sad whats wrong with
my code… i said one of my friend to login from my id and submit my solution… same result! its just showing running… fed up… Now its showing result accepted…
Extremely poor state of submission status. 
Its happening again !!!
There seems to be lots of TLE verdicts… Is it possible that the server is actually making incorrect TLE verdicts and slows down the submission queue?
Edit:
I submit the following code (the code is only reading in the input data) to the problem CHEFSUBA and it got TLE…
\#include
int n,K,P;
char OP[100010];
int main()
{
int i,x;
scanf("%d%d%d",&n,&K,&P);
for(i=1;i<=n;i++) scanf("%d",&x);
scanf("%s",OP+1);
return 0;
}
The running time of my submission to the problem WSITES01 is either 0.00s or 1.01s, which is quite…impossible?
only python and java solutions are accepted… why it is happen??
It’s taking 5 minutes to check the solution … that’s way too long
Its taking way too long after submitting with TLE again and again?
I think its server side problem more than my code.
Resolve this issue asap.
Hopefully, they fix it soon. submitted a code before posting the question and the verdict is still not given.
Oh wow, that’s a lot! 15 minutes here.
Since this is a long contest, it doesn’t hurt that much, but it’s still quite annoying.
It takes time because at a certain time, limited submissions are judged and extra submissions go in the queue. You don’t need to stick to that submission page. After your submission, you can close that page. It’s taking 3-4 minutes for me too(BitMask contest), but the “Internal error” is just… supernatural. 
true
let’s just proceed to further questions while the servers recover 
It used to take under a minute usually but today it has taken too long, one of my submissions has been running since 20 minutes. That’s not acceptable!
It usually used to be done within a minute or so. I kept getting WA, so had to submit a lot of times. 3-5 mins * 4-5 times is a lot.
Seems like codechef is down for now.
lol that is my exact story! looks like it’s a total blackout now.
Its your first challenge? Dont worry, things happen. Till then, try to run your code against custom test cases or form codes of other problems. Utilise free time so that it helps later 