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 01ed64f commit 762b667Copy full SHA for 762b667
library/math/mod_int.hpp
@@ -1,5 +1,5 @@
1
#pragma once
2
-const int mod = 998244353;
+constexpr int mod = 998244353;
3
//! https://github.com/kth-competitive-programming/kactl/blob/main/content/number-theory/ModularArithmetic.h
4
//! https://codeforces.com/blog/entry/122714
5
struct mint {
0 commit comments