We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a3418 commit 3f1e5f3Copy full SHA for 3f1e5f3
library/data_structures_[l,r)/bit_uncommon/kd_bit.hpp
@@ -3,6 +3,8 @@
3
//! @code
4
//! KD_BIT<2> bit(n, m);
5
//! bit.update(i, j, 5);
6
+//! // 0 <= i < n
7
+//! // 0 <= j < m
8
//! bit.query(i1, i2, j1, j2);
9
//! // 0 <= i1 <= i2 <= n
10
//! // 0 <= j1 <= j2 <= m
0 commit comments