Dynamic programming
Your task is to create a program that calculates the number of possible paths to go from the start (0, 0) to the finish (C - 1, R - 1).
3 4 0 0 0 0 0 1 0 0 0 0 0 0
4