Problem | spy |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-15 00:24:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
spy.cpp: In function ‘int32_t main()’:
spy.cpp:33:2: error: ‘st’ was not declared in this scope; did you mean ‘std’?
33 | st = new node(0, n-1);
| ^~
| std
spy.cpp:33:11: error: expected type-specifier before ‘node’
33 | st = new node(0, n-1);
| ^~~~