LeetCode 412. FizzBuzz | Interview Preparation | English | code io

Опубликовано: 18 Май 2026
на канале: code io - English
283
6

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.

LeetCode Link:
https://leetcode.com/problems/fizz-buzz/

Follow us on:
Instagram:   / code.i.o  

___________________________________


Keywords
LeetCode Solution
Interview Preparations
Google
Amazon
Amazon Interview Question
Google Interview
Facebook Interview