Skip to content

Commit

Permalink
Merge pull request #1086 from maspypy/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
maspypy authored Jan 21, 2024
2 parents 06906d2 + 2fa2540 commit 9fae9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/convolution_mod_large/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $$c_k = \sum_{i+j=k} a_ib_j \bmod @{param.MOD}$$

## @{keyword.constraints}

- $1 \leq N, M \leq @{param.N_AND_M_MAX} = 2^{24}$
- $1 \leq N, M \leq @{param.N_AND_M_MAX}$
- $0 \leq a_i, b_i < @{param.MOD}$

## @{keyword.input}
Expand Down

0 comments on commit 9fae9dd

Please sign in to comment.