diff options
| author | Noobie99 <noob999noob999@gmail.com> | 2023-02-28 18:49:47 +0100 |
|---|---|---|
| committer | Noobie99 <noob999noob999@gmail.com> | 2023-02-28 18:49:47 +0100 |
| commit | f7dba1bcd4c0cc6f7b4f24b1b9b8e3a6ecbba80d (patch) | |
| tree | 68160357fb0f3125ecaebb9d89a5afbf4c6cc06e | |
| parent | d8c4919224ff0eda429a1187751d8d707c2c83d3 (diff) | |
fix
| -rw-r--r-- | datastructures/sparseTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructures/sparseTable.cpp b/datastructures/sparseTable.cpp index 719fd73..61a6802 100644 --- a/datastructures/sparseTable.cpp +++ b/datastructures/sparseTable.cpp @@ -19,4 +19,4 @@ struct SparseTable { int j = __lg(r - l); //31 - builtin_clz(r - l); return better(st[j][l] , st[j][r - (1 << j)]); } -} +}; |
