Skip to content

Commit b1ec7cc

Browse files
authored
Fix LaTeX formatting in Japanese Determinant of Matrix task description
Updated the Japanese translation to include LaTeX formatting for 'mod'.
1 parent 3008e71 commit b1ec7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linear_algebra/matrix_det/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@{lang.en}
44
Given $N \times N$ matrix $M = \lbrace a_{ij} \rbrace$. Print $\mathrm{det}(M) \bmod 998244353$.
55
@{lang.ja}
6-
$N \times N$ 正方行列 $a_{ij}$ が与えられます。行列式をmod 998244353で求めてください
6+
$N \times N$ 正方行列 $a_{ij}$ が与えられます。行列式を $\mod 998244353$ で求めてください
77
@{lang.end}
88

99
## @{keyword.constraints}

0 commit comments

Comments
 (0)