Skip to content

Commit 84ec979

Browse files
committed
fix compile error
1 parent 2dfc5b3 commit 84ec979

File tree

1 file changed

+1
-1
lines changed
  • library/data_structures_[l,r)/bit_uncommon

1 file changed

+1
-1
lines changed

library/data_structures_[l,r)/bit_uncommon/kd_bit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! @code
44
//! KD_BIT<2> bit(n, m);
55
//! bit.update(i, j, 5);
6-
//! bit.query(i1, i2, j1, j2));
6+
//! bit.query(i1, i2, j1, j2);
77
//! @endcode
88
//! @time O(n^k + q * log^k n)
99
//! @space O(n^k)

0 commit comments

Comments
 (0)