Skip to content

Commit 885dbef

Browse files
authored
Merge pull request #144 from cupro29/fix/document
fix the second sample of modint
2 parents d50c562 + d9198fe commit 885dbef

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
@@ -35,6 +35,7 @@ If the mod is not fixed, you can use `modint` as follows.
3535
#include <iostream>
3636

3737
using namespace std;
38+
using namespace atcoder;
3839

3940
using mint = modint;
4041
// or: typedef modint mint;

document_ja/modint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ modがfixedでない場合は、`modint` を使用し以下のように書けま
3535
#include <iostream>
3636

3737
using namespace std;
38+
using namespace atcoder;
3839

3940
using mint = modint;
4041
// or: typedef modint mint;

0 commit comments

Comments
 (0)