Problem promotion
User dacashew
Submission Time 2024-02-08 20:56:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

promotion.cpp: In function ‘void dfs(long long int)’:
promotion.cpp:105:14: error: too many arguments to function ‘void dfs(long long int)’
105 | dfs(it,node);
| ^
promotion.cpp:101:6: note: declared here
101 | void dfs(int node){
| ^~~