Skip to content

Commit 055ee67

Browse files
authored
Merge pull request #27 from atcoder/patch/issue4
fix #4: fix the first sample of modint
2 parents b9fbc16 + 38ca7aa commit 055ee67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

document_en/modint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ For most of the problems, it is sufficient to use `modint998244353`, `modint1000
99
#include <iostream>
1010

1111
using namespace std;
12+
using namespace atcoder;
1213

1314
using mint = modint998244353;
1415
// or: typedef modint998244353 mint;

document_ja/modint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <iostream>
1010

1111
using namespace std;
12+
using namespace atcoder;
1213

1314
using mint = modint998244353;
1415
// or: typedef modint998244353 mint;

0 commit comments

Comments
 (0)