Skip to content

Commit

Permalink
Update data_structure/dynamic_point_set_rectangle_affine_rectangle_su…
Browse files Browse the repository at this point in the history
…m/task.md


Update JA constraint description.

Co-authored-by: maspypy <45988013+maspypy@users.noreply.github.com>
  • Loading branch information
robinyqc and maspypy authored Nov 15, 2024
1 parent 9c098a2 commit 2c516cd
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,16 @@ For each query type:

@{lang.ja}

-
- $1 \leq N \leq @{param.N_MAX}$
- $1 \leq Q \leq @{param.Q_MAX}$
- $0 \leq x_i, y_i \leq @{param.COORD_MAX}$
- $0 \leq w_i < @{param.MOD}$

各クエリについて,
- Type `0`: $0 \leq x, y \leq @{param.COORD_MAX}$, $0 \leq w < @{param.MOD}$
- Type `1`: $0\leq x < |P|, 0\leq w < @{param.MOD}$
- Type `2`: $0 \leq l < r \leq @{param.COORD_MAX}$, $0 \leq d < u \leq @{param.COORD_MAX}$
- Type `3`: $0 \leq l < r \leq @{param.COORD_MAX}$, $0 \leq d < u \leq @{param.COORD_MAX}$, $0 \leq a, b < @{param.MOD}$

@{lang.end}

Expand Down

0 comments on commit 2c516cd

Please sign in to comment.