Problem pressstart
User yeehaw
Submission Time 2025-10-13 15:38:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pressstart.cpp: In function ‘int32_t main()’:
pressstart.cpp:34:5: error: ‘root’ was not declared in this scope
34 | root=new node(0,n+5);
| ^~~~
pressstart.cpp:34:14: error: expected type-specifier before ‘node’
34 | root=new node(0,n+5);
| ^~~~