Problem snacks
User leyi
Submission Time 2025-02-25 14:53:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snacks.cpp: In function ‘int main()’:
snacks.cpp:63:2: error: ‘root1’ was not declared in this scope; did you mean ‘root’?
63 | root1 = new node(0, 1000000000);
| ^~~~~
| root