Skip to content

Commit 8f0513c

Browse files
committed
fix build
1 parent 9d93798 commit 8f0513c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

library/data_structures_[l,r)/bit.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
//! @code
3+
//! BIT bit(n);
34
//! bit.walk([&](int r, ll sum) -> bool {
45
//! // sum = a[0] + a[1] + ... + a[r - 1]
56
//! });

library/data_structures_[l,r]/bit.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
//! @code
3+
//! BIT bit(n);
34
//! bit.walk([&](int r, ll sum) -> bool {
45
//! // sum = a[0] + a[1] + ... + a[r]
56
//! });

0 commit comments

Comments
 (0)