Types: m: int, n: int, s: Union[int, str]
Ranges: 2 ≤ m ≤ 1000, 1 ≤ n ≤ 10000, s in {1, 2, ..., 10000} ∪ {"Fizz", "Buzz", "FizzBuzz"} 
Addtl Info: No more than 50 datasets in the input