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 35b6bfc commit 78cb6eaCopy full SHA for 78cb6ea
math/check_factorial.cpp
@@ -10,7 +10,7 @@
10
* @author [ewd00010](https://github.com/ewd00010)
11
*/
12
#include <cassert> /// for assert
13
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
14
#include <iostream> /// for cout
15
16
/**
0 commit comments