| Problem | bestplace |
|---|---|
| User | OSoverspike |
| Submission Time | 2023-04-22 17:41:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:10:5: error: ‘root’ was not declared in this scope
10 | root = new node(0, n-1);
| ^~~~
bestplace.cpp:10:16: error: expected type-specifier before ‘node’
10 | root = new node(0, n-1);
| ^~~~