Problem Link: WWALK Problem - CodeChef
Below, I have listed links to my C++ and Python solution to the problem Wierd Walk.
I wanna know why is the same logic giving partial correct result in C++ but giving full AC in Python.
- C++ Code (Partially Correct - 30 pts): CodeChef: Practical coding for everyone
- Python Code (Full AC - 100 pts): CodeChef: Practical coding for everyone
Can anyone explain what could be wrong?
