[C] Problem 67 Fibonacci sequence

Back to Problem Solutions forum

chainsaw     2017-08-02 11:47:41

Hi! To solve this task, I've used a txt file on my computer with the all numbers needed, but I don't see a possibility to upload files on this site. What should I do? Thank you.

Quandray     2017-08-02 19:23:13
User avatar

You could calculate the answer on your computer, then copy/paste the answer into the Your answer box, or find a way to do it without using a txt file.

chainsaw     2017-08-03 06:02:06

Oh, really, thank you

Michael Gnedkovskii     2017-09-27 23:07:03

man!!!! You're a genius!!!! I've been struggling to solve this problem for so long, since the Fibonacci numbers are much larger than any of C++ data types (when the count goes beyond 300)! Using stuff like bigInt would've made me to learn another language.

Thanks, man!

Quandray     2017-09-28 06:30:14
User avatar

You don't need BigInt or another language to solve this. Think about how you'd do it with a pen and paper.

Please login and solve 5 problems to be able to post at forum