diff options
| -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)]); } -} +}; |
