ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Сборники > Фёдор Меньшиков. Тренировки > задача:


50882 - FizzBuzz

Гость
• Обсуждение задачи (1)

Задачи сборника

• 50897 - Prime Number
• 50901 - Sum of Cubes-1
• 50957 - Divisible by 3
• 50898 - Draw the Pattern
• 50896 - Sum of Even Numbers
• 51115 - Pascal Triangle
• 51116 - The Star Triangle
• 50303 - Pattern
• 50882 - FizzBuzz
• 50308 - IT Knowledge Seminars
• 50312 - Sales Bar Chart
• 50316 - Population Bar Chart
• 50313 - Pattern Displays
• 50320 - Random Sorted List
• 50336 - Buying Carpets
• 50338 - Convert Into Decimal
• 50295 - Weighted Average

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
Prepared by Halil Karimis. Сложность Альфа

Fizz Buzz

Johnny wanted to show the numbers from 1-N (0< N <1000). But, his computer is broken and started to show ”Fizz” for every multiple of "3" and “Buzz” for every multiple of “5”.

If a number is both a multiple of 3 and 5 it outputs “Fizz Buzz”.

Otherwise it prints the numbers with a space in between them.

Because this error is really fascinating. You are asked to write a program that simulates this error.

Input specification
An integer number N

Output specification
A series of numbers from 1-N and the words “Fizz” , “Buzz” used accordingly.

Sample Input I
5
Sample Input II
16
Sample Output I
1 2 Fizz 4 Buzz
Sample Output II
1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 Fizz Buzz 16


Для отправки решений необходимо выполнить вход.

www.contester.ru