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

Ural_Banyan Tree You should test this data!(+) [5] // Problem 1133. Fibonacci Sequence 14 May 2003 19:19
-1000 0 0 1 1
the real output is
0.
Ural_Banyan Tree I am sorry. the testdata should be(+) [4] // Problem 1133. Fibonacci Sequence 14 May 2003 19:20
1000 1 0 2 1
the answer
 4.34665576869374564E+0208
ACer you are wrong // Problem 1133. Fibonacci Sequence 18 May 2003 18:58
 1000 1 0 2 1
 the answer
  4.34665576869374564E+0208
ACer you are wrong [2] // Problem 1133. Fibonacci Sequence 18 May 2003 18:59
 1000 1 0 2 1
 the answer
  4.34665576869374564E+0208

 the real answer is -1
 -1000 0 0 1 1
 the real answer is 2
Lifanov you are wrong [1] // Problem 1133. Fibonacci Sequence 12 Apr 2005 13:44
1000 1 0 2 1
the answer  -1 wrong
see
0 1  2 3 4 5 6 7 ... 1000
2 -1 1 0 1 1 2 3 ... big integer value

i think  it is incorrect test, all value integer(..sequence of integer numbers...)
shailendrasky Re: you are wrong // Problem 1133. Fibonacci Sequence 21 Dec 2013 20:54
yupppp////