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

Турниры > SEM 2 - W5 > задача:


50727 - Fibonacci Numbers

SEM 2 - W5

Старт: 04.апр.2023 в 16:12:08
Финиш: 10.апр.2023 в 20:12:08
Турнир завершён!
• Турнирная таблица

Гость
• Вопросы к жюри (2)

Задачи турнира

• 50727 - Fibonacci Numbers
• 50782 - Max of N integers
• 50554 - Fuqia e n-t e m (2)
• 50783 - Numri me i vogel
• 1. 50381 - Sum of the numbers

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

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

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
Prepared by Ibrahim Mesecan.

Fibonacci Numbers

Although first described in India, The Fibonacci sequence has become famous after Fibonacci introduced it in his book Liber Abaci. Except the first two numbers (Fibonacci(0)=1 and Fibonacci(1)=1), Fibonacci numbers are formed as the sum of previous 2 Fibonacci numbers.
Fibonacci(2)= Fibonacci(1) + Fibonacci(0);
Fibonacci(3)= Fibonacci(2) + Fibonacci(1);
Fibonacci(4)= Fibonacci(3) + Fibonacci(2);
etc..

Question:
Write a program that calculates nth element of the Fibonacci sequence.

Input specification
You will be given one integer number (n) where 0 ≤ n ≤ 30

Output specification
Show one integer number which is nth element of the Fibonacci sequence.

Sample Input I   
  5
Sample Input II   
  12
Sample Output I   
  8
Sample Output II   
  233


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

www.contester.ru