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 cb98ef5 commit cb6ac14Copy full SHA for cb6ac14
math/eulers_totient_function.cpp
@@ -26,7 +26,7 @@
26
*/
27
28
#include <cassert> /// for assert
29
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
30
#include <iostream> /// for IO operations
31
32
/**
0 commit comments