Project Euler #137: Fibonacci golden nuggets

Sort by

recency

|

6 Discussions

|

  • + 0 comments

    BIG HINT--

    http://codeforces.com/blog/entry/14516

  • + 0 comments

    Pell's equations everywhere (º-º)

  • + 1 comment

    Why runtime errors?

    • + 0 comments

      Check the pisano period

  • + 1 comment

    are we solving a math question or a programming question?

    • + 0 comments

      Both ;) But here the math part ask more work than programming part.

  • + 1 comment

    is there any issues in the test cases because in my user based input answer is always correct but still its not accepted

    • + 0 comments

      you can find "tutorial" in www.mathblog. ! and use "matrix power" Olog(2*n ) .