NZEC ERROR PYTHON

For every python code , I am getting runtime NZEC error .
problem link : LAPIN Problem - CodeChef
solution link : CodeChef: Practical coding for everyone
As raw_input() is not defined , i am unable to use this

That’s not the correct ink for your submission :slight_smile:

This is the link to your latest submission, and it fails on the sample test input (your output has to match the expected output exactly, remember!).

Try putting your code inside a try-except block as in this for a workaround and do debug your code !

I just resolved the issue , still it is not working :
https://www.codechef.com/viewsolution/33171646