RUNTIME ERROR (OTHER)

I’m Trying To Solve The SmackDown Qualifiers Questions. I Get RUNTIME ERROR (OTHER) ON THE LAST QUESTION.
What Does This Error Mean.
Code Runs Locally Without Error.

Probably MLE (Memory limit exceeded). Review your code for places where memory usage is very high.

Did you try running your code against the same size of input Codechef uses to Judge?

2 Likes

No Im New At That. Can You Please Tell Me How I Can Generate TestCases According To The Constraints?

Video by Errichto on testing:

Github repository where you can find those scripts:

1 Like