My code is not getting submitted

when I click on run code its showing output normally but when I submit code nothing is shown.
No information about test cases passed, or fail or TLE.

Hello @ayushagarwal20188,

There could be three possible reason:

  1. There is a special character in your code.
  2. There is technical problem.
    2.1. Try to submit it 2 to 3 times again.
    2.2. if it doesn’t work. Post your query to [email protected]. The tech team will look into it.
  3. either your code is facing TLE.

Note:
This problem would not pass the test-cases for recursive approach.
You are required to solve it using DP(Dynamic Programming)

Suggestion:
Solve this question after completing DP.

Hope, this would help.
Give a like if you are satisfied.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.