Count of ways in which N can be represented as sum of Fibonacci numbers without repetition

Revision en1, by Funfunfunfun, 2021-01-03 07:04:43

Recently, I had problem: counting ways in which X could be represented as summing Fibonacci numbers without repeating them. With X <= 1e9;and the input has N text with N <= 1e5. Can you give me an idea to solve this problem? thanks for help.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Funfunfunfun 2021-01-03 07:04:43 334 Initial revision (published)