We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3008e71 commit b1ec7ccCopy full SHA for b1ec7cc
1 file changed
linear_algebra/matrix_det/task.md
@@ -3,7 +3,7 @@
3
@{lang.en}
4
Given $N \times N$ matrix $M = \lbrace a_{ij} \rbrace$. Print $\mathrm{det}(M) \bmod 998244353$.
5
@{lang.ja}
6
-$N \times N$ 正方行列 $a_{ij}$ が与えられます。行列式をmod 998244353で求めてください。
+$N \times N$ 正方行列 $a_{ij}$ が与えられます。行列式を $\mod 998244353$ で求めてください。
7
@{lang.end}
8
9
## @{keyword.constraints}
0 commit comments