Problem | employee |
---|---|
User | HighLithop |
Submission Time | 2025-07-30 16:29:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
employee.cpp: In function ‘int main()’:
employee.cpp:39:10: error: too few arguments to function ‘void dfs(ll, ll)’
39 | dfs(0); // 0 is the root.
| ^
employee.cpp:11:6: note: declared here
11 | void dfs(ll node, ll depth) {
| ^~~