Problem candyshop
User PlayVoltz
Submission Time 2023-09-26 16:43:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candyshop.cpp: In function ‘void dfs(long long int)’:
candyshop.cpp:25:26: error: ‘start’ was not declared in this scope
25 | subtree[node] = counter-start;
| ^~~~~