Skip to content

Commit

Permalink
Update fibonacci_fast.cpp to try to pass some CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
setbit123 authored Nov 23, 2024
1 parent c85115f commit cff62a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/fibonacci_fast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <cstdio> /// for standard IO
#include <iostream> /// for IO operations
#include <cassert> /// for assert
#include <string> /// for function about string

/**
* @brief Maximum Fibonacci number that can be computed
Expand Down

0 comments on commit cff62a1

Please sign in to comment.