Skip to content

Commit 95e52e4

Browse files
authored
Update data_structure/static_range_sum_with_upper_bound/task.md
1 parent 7fc8c04 commit 95e52e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data_structure/static_range_sum_with_upper_bound

data_structure/static_range_sum_with_upper_bound/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 a size $N$ sequence $a_0, a_1, \dots, a _ {N - 1}$. Process the following $Q$ queries in order:
55

6-
- `$l$ $r$ $x$`: Print the number and the sum of the elements among $a_l,a_{l+1},...,a_{r-1}$ that are not greater than x
6+
- `$l$ $r$ $x$`: Print the number and the sum of the elements among $a_l,a_{l+1},...,a_{r-1}$ that are not greater than $x$
77
@{lang.ja}
88
長さ $N$ の数列 $a_0, a_1, \dots, a _ {N - 1}$ が与えられます。以下の $Q$ 個のクエリの答えをそれぞれ出力してください。
99

0 commit comments

Comments
 (0)