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 94ca136 commit 49a5538Copy full SHA for 49a5538
math/modular_inverse_fermat_little_theorem.cpp
@@ -44,7 +44,7 @@
44
*/
45
46
#include <cassert> /// for assert
47
-#include <cstdint> /// for int64_t
+#include <cstdint> /// for std::int64_t
48
#include <iostream> /// for IO implementations
49
50
/**
0 commit comments