My Code run correct on my local ide and code chef give it wrong answer status

My Code run correct on my local ide and give correct answer of all the teat cases and also pass the custom input that i gave to the code but when i ran the code ,code chef give it wrong answer status.
Help ME !!!
i have face same problem… Kindly help me

There might be many reasons for this :

  1. There might be some corner testcases that you might be missing.
  2. If you are getting SIGCONT error in the div2 question 3 then simply try to submit the program.
  3. You might be using more space or your algorithm might not be optimal.

Also if the question does not belong to the present live contest try to share it with question on the forum

Hi I am rookie in cooking but I too got same problem yesterday. I even try with already submitted problem of others then also it showing wrong answer.
Then >> [try: //your code// except: pass ]solved my problem