| Problem | payraise |
|---|---|
| User | bachnguyen123 |
| Submission Time | 2025-11-23 15:46:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
payraise.cpp: In function ‘int main()’:
payraise.cpp:78:7: error: too few arguments to function ‘void dfs(int, int)’
78 | dfs(0);
| ^
payraise.cpp:55:6: note: declared here
55 | void dfs(int x, int p)
| ^~~