I\'m trying to code in C++ a backtracking algorithm to count all possible paths on 7 by 7 grid, starting from the upper-left corner to the lower-left corner. This is what I\'ve