ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1133. Fibonacci Sequence

One test
Posted by [MAI] Zhigireva Alex 20 Jul 2012 18:55
F1 = 1 F4 = 4
what numbers are F2 and F3?

F2 = F1+F0
F3 = 2*F1+F0
F4 = 3*F1+2*F0

F0 == 0.5???

anzhig@inbox.ru

Edited by author 20.07.2012 18:56
Re: One test
Posted by GastonFontenla 13 Jun 2016 14:08
In the problem says:

"is an infinite sequence of integers"

So, this is an invalid sequence.