We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #137: Fibonacci golden nuggets
Project Euler #137: Fibonacci golden nuggets
Sort by
recency
|
6 Discussions
|
Please Login in order to post a comment
BIG HINT--
http://codeforces.com/blog/entry/14516
Pell's equations everywhere (º-º)
Why runtime errors?
Check the pisano period
are we solving a math question or a programming question?
Both ;) But here the math part ask more work than programming part.
is there any issues in the test cases because in my user based input answer is always correct but still its not accepted
you can find "tutorial" in www.mathblog. ! and use "matrix power" Olog(2*n ) .