| Problem | basement |
|---|---|
| User | FundayStrike |
| Submission Time | 2023-12-13 09:49:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
basement.cpp: In function ‘int main()’:
basement.cpp:13:2: error: ‘root’ was not declared in this scope
13 | root = new node(0, N-1);
| ^~~~
basement.cpp:13:13: error: expected type-specifier before ‘node’
13 | root = new node(0, N-1);
| ^~~~