Problem boxes_hkicpc
User IWKR
Submission Time 2023-12-14 15:01:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxes_hkicpc.cpp: In function ‘void dfs(long long int, long long int)’:
boxes_hkicpc.cpp:21:14: error: too few arguments to function ‘void dfs(long long int, long long int)’
21 | dfs(i);
| ^
boxes_hkicpc.cpp:14:6: note: declared here
14 | void dfs(int x, int p) {
| ^~~