| Problem | promotion |
|---|---|
| User | dacashew |
| Submission Time | 2024-02-08 20:49:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
promotion.cpp: In function ‘void dfs(long long int)’:
promotion.cpp:103:14: error: too many arguments to function ‘void dfs(long long int)’
103 | dfs(it,node);
| ^
promotion.cpp:100:6: note: declared here
100 | void dfs(int node){
| ^~~