Hi Argentina!
412. Fizz Buzz
Given an integer n, return a string array answer (1-indexed) where:
answer[i] == “FizzBuzz” if i is divisible by 3 and 5.
answer[i] == “Fizz” if i is divisible by 3.
answer[i] == “Buzz” if i is divisible by 5.
answer[i] == i (as a string) if none of the above conditions are true.
Example 1:
1 | Input: n = 3 |
Example 2:
1 | Input: n = 5 |
Example 3:
1 | Input: n = 15 |
Travel Around the World
Travel around the word, use desserts!
醬醋味
醬醋味,就醬有趣味。
0/1 Knapsack
或許人生就是多道是非題。