Skip to content

Commit

Permalink
Update data_structure/point_set_range_composite_large_array/task.md
Browse files Browse the repository at this point in the history
Co-authored-by: NachiaVivias <[email protected]>
  • Loading branch information
maspypy and NachiaVivias authored Nov 11, 2024
1 parent 2d1cc18 commit a772f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_structure/point_set_range_composite_large_array/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Given a size $N$ sequence of linear functions $f_0, f_1, ..., f_{N-1}$. Initiall

- $1 \leq N \leq @{param.N_MAX}$
- $1 \leq Q \leq @{param.Q_MAX}$
- $1 \leq a_i, c < @{param.MOD}$
- $0 \leq b_i, d, x < @{param.MOD}$
- $1 \leq c < @{param.MOD}$
- $0 \leq d, x < @{param.MOD}$
- $0 \leq p < N$
- $0 \leq l < r \leq N$

Expand Down

0 comments on commit a772f36

Please sign in to comment.