Skip to content

Commit 3765630

Browse files
Update mint.cpp
1 parent 9170147 commit 3765630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mint.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const int mod = (int) 998244353;
1+
const int mod = (int) 998244353;//change the value as needed
22

33
struct mint {
44
int value;

0 commit comments

Comments
 (0)