We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff62a1 commit bf9ab62Copy full SHA for bf9ab62
math/fibonacci_fast.cpp
@@ -19,7 +19,8 @@
19
#include <cstdio> /// for standard IO
20
#include <iostream> /// for IO operations
21
#include <cassert> /// for assert
22
-#include <string> /// for function about string
+#include <string> /// for std::to_string
23
+#include <stdexcept> /// for std::invalid_argument
24
25
/**
26
* @brief Maximum Fibonacci number that can be computed
0 commit comments