Hello CodeForces ,, this Problem in SPOJ (EDIST) I've Solve it Using Dynamic Programming "Recursion Method" but actually it gives me Runtime Error in Java
The Same Algorithm Using C++ syntax gives me Accepted
Can You Please Explain How is That Happens? and How to Avoid Such Problem if it Face me in Future ?