Medium
A robot sits at the top-left of an m x n grid and can only move right or down. Return the number of distinct paths to the bottom-right corner.
m x n
Input: m = 3, n = 7 Output: 28
Input: m = 3, n = 2 Output: 3