Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maspypy authored Nov 2, 2023
1 parent 24aa657 commit 1c17526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions string/longest_common_substring/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Strings $S$ and $T$ is given. Find a longest common substring of $S$ and $T$.
@{lang.en}

- $1 \leq |S|, |T| \leq @{param.N_MAX}$
- Each character of $S$ is lowercase English letters.
- Each character of $S$, $T$ is lowercase English letters.

@{lang.ja}

- $1 \leq |S|, |T| \leq @{param.N_MAX}$
- $S$ は英小文字からなる。
- $S$, $T$ は英小文字からなる。

@{lang.end}

Expand Down

0 comments on commit 1c17526

Please sign in to comment.