Problem lllontree
User RICPSuscomm23
Submission Time 2025-01-02 17:25:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lllontree.cpp: In function ‘void dfs(long long int, long long int, std::vector<long long int>&)’:
lllontree.cpp:24:24: error: ‘cur’ was not declared in this scope; did you mean ‘curr’?
24 | if(original==-1 and !cur.empty()) curr.pop_back();
| ^~~
| curr