leetcode 412[easy]---Fizz Buzz

   Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output 「Fizz」 instead of the number and for the multiples of five output 「Buzz」.
相關文章
相關標籤/搜索