Skip to content

Commit

Permalink
Update solutions/platinum/baltic-15-editor.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Bing-Dong Liu <[email protected]>
  • Loading branch information
Sosuke23 and dongliuu authored Dec 16, 2024
1 parent 04df7c2 commit 0fdf43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/platinum/baltic-15-editor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main() {
```py
MAX_N = 300001
MAX_D = 19 # ceil(log2(3*(10^5)))
MAX_D = 19 # ceil(log2(3 * (10^5)))

state = [0] * MAX_N
par = [[0] * MAX_D for _ in range(MAX_N)]
Expand Down

0 comments on commit 0fdf43b

Please sign in to comment.