Skip to content

Commit

Permalink
teste lichao
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomarcosth9 committed Jan 5, 2024
1 parent 822bb95 commit 105933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigos/Estruturas-de-Dados/LiChao-Tree/lichao_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int le(int n) {
return 2 * n + 1;
}
int ri(int n) {
return 2 * n + 2;
return 2 * n +2;
}

void insert(Line line, int n = 0, int l = 0, int r = MAXN) {
Expand Down

0 comments on commit 105933a

Please sign in to comment.