Skip to content

Commit

Permalink
Merge pull request #144 from cupro29/fix/document
Browse files Browse the repository at this point in the history
fix the second sample of modint
  • Loading branch information
yosupo06 authored Mar 6, 2023
2 parents d50c562 d9198fe commit 885dbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions document_en/modint.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 35,7 @@ If the mod is not fixed, you can use `modint` as follows.
#include <iostream>

using namespace std;
using namespace atcoder;

using mint = modint;
// or: typedef modint mint;
Expand Down
1 change: 1 addition & 0 deletions document_ja/modint.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 35,7 @@ modがfixedでない場合は、`modint` を使用し以下のように書けま
#include <iostream>

using namespace std;
using namespace atcoder;

using mint = modint;
// or: typedef modint mint;
Expand Down

0 comments on commit 885dbef

Please sign in to comment.