We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9170147 commit 3765630Copy full SHA for 3765630
mint.cpp
@@ -1,4 +1,4 @@
1
-const int mod = (int) 998244353;
+const int mod = (int) 998244353;//change the value as needed
2
3
struct mint {
4
int value;
0 commit comments