Print numbers from 1 to n with the following rules:
The output should be a vector of strings, such as, "1" "2" "Fizz" "4" "Buzz" ...
Print numbers from 1 to n with the following rules:
The output should be a vector of strings, such as, "1" "2" "Fizz" "4" "Buzz" ...