Problem | lllontree |
---|---|
User | Pan |
Submission Time | 2024-12-30 23:08:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lllontree.cpp: In function ‘int32_t main()’:
lllontree.cpp:45:17: error: too many arguments to function ‘void dfs(long long int, long long int)’
45 | dfs(1, -1, curr);
| ^
lllontree.cpp:7:6: note: declared here
7 | void dfs(int node, int parent){
| ^~~