EOF error problem while taking input

Thanks Bro, this really helped

You can see this Actual Solution to understand much better about the problem and why my solution worked, though when i used it, it was just a hunch.

Could you tell me the answer if you overcame this EOF error.Thankyou.

Thank You. I submitted my first question on the November challenge.

I was also getting the same problem.
CodeChef Platform is a little bit different in taking inputs.
But, finally try & except solved my issue.

same problem man, have been stuck for hours now.
did you figure i out what to do?

i got also same problem e=because i forgot to write t=t-1
if you use while(t>0)
then at last t=t-1 use