@admin u can see this in the following submission CodeChef: Practical coding for everyone Most of Python users who made correct program had to face this issue please correct it and reissue the ranking
I will let appropriate authorities know of your concern. 
Hi,
I cross checked the input format using the standard template (which asserts that all constraints are adhered to and that there are no extra characters except the one specified in input). It does not give any error related to wrong format of input (it’d throw RE:SIGBRT due to failed assert elsewise).
Link - CodeChef: Practical coding for everyone
Can you cross check your claim once?
Are the input file same for Python and CPP?? As my submission is in Python
Apart from it u took me and be as int input which in Python is taken as string and then explicitly type casted to int like:on=int(input())
Also this is the image shshowing error during the contest time span
I believe it is sufficient enough to support my claim @vijju123 rest thank you very much for addressing the issue.
Thats not the error given on test files - codechef does not reveal these messages. This seems to be some error you get on custom input due to not giving an input or not giving input correctly.
Even then we don’t have any plausible explanation for NZEC in the submission as shown in pic
I can give you one
. I ran your code on testing page and this is what I got-
Traceback (most recent call last):
File "./prog.py", line 94, in <module>
File "./prog.py", line 56, in ip
File "./prog.py", line 59, in main
File "./prog.py", line 9, in getSum
OverflowError: cannot convert float infinity to integer
@vijju123 I am beginner in cp. And in dp too. The editorial for ENCODING is very much scary for me. Can you tell me what all thing i need to cover before starting with digit dp? I am just not able to visualize what is stored in the 3d array. I read the editorial 5 6 times still not geting the logic and digit dp in general. Please help, thanks in advanced.
I get your Point of View dear. Thing is, its not easy at all to grasp this if pre requisites are not fulfilled.
Start with the GFG section of classical problems, and the DP (in general) link I gave in pre-requisites.
To fulfil pre requisites, your DP knowledge should be such that you are able to come up with dp of classical type problems yourself.
Okay
I will start with GFG.
I had a bug in my dp array that made the solution O(N ^ 2) :(. Spent a whole evening finding it.
But at least you found it! 
Hope I get 3 stars after next challenge
.
can you please write a few comments in your code as i am not able to understand it properly
okay will write a neat code with comments for you.


