Skip to content

Commit 87b09c9

Browse files
committed
another nit
1 parent 17cdadb commit 87b09c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/data_structures_[l,r)/seg_tree_uncommon/wavelet_matrix.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "wavelet_bit_vec.hpp"
33
//! @code
44
//! vector<ll> a(n);
5-
//! wavelet_matrix wm(a, 30); // 0 <= a[i] < (1<<30)
5+
//! wavelet_matrix wm(a, 30); // 0 <= a[i] < (1LL<<30)
66
//! wm.kth(l, r, k); //(k+1)th smallest number in [l,r)
77
//! wm.kth(l, r, 0); //min in [l,r)
88
//! @endcode

0 commit comments

Comments
 (0)