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 0ddbef6 commit 57722ccCopy full SHA for 57722cc
math/fibonacci_sum.cpp
@@ -13,7 +13,7 @@
13
*/
14
15
#include <cassert> /// for assert
16
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
17
#include <iostream> /// for std::cin and std::cout
18
#include <vector> /// for std::vector
19
0 commit comments