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 cd84f82 commit 229bb39Copy full SHA for 229bb39
math/n_bonacci.cpp
@@ -16,7 +16,7 @@
16
*/
17
18
#include <cassert> /// for assert
19
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
20
#include <iostream> /// for std::cout
21
#include <vector> /// for std::vector
22
/**
0 commit comments