Ad
  • Custom User Avatar

    Which part confuses you? Given a number, you have to return which two consecutive Fibonacci numbers multiplied give that number, if there are no such numbers, you should return the smallest pair that when multiplied, gives a number greater than the number passed to your function. About the format of what your function should return, it's specified in the tests.

  • Custom User Avatar

    Im sorry, I didn't get the problem. can someone elaborate to me more clearly?