Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn committed Nov 15, 2024
1 parent 66bfb35 commit 7ffac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/structures/fenwick/point_add_range_sum.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void solve() {
int t, x, y;
cin >> t >> x >> y;
if(t == 0) {
me.add(x, y);
me.update(x, y);
} else {
cout << me.range_fold(x, y) << '\n';
}
Expand Down

0 comments on commit 7ffac19

Please sign in to comment.