Problem atm
User ARock
Submission Time 2023-12-28 12:53:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atm.cpp: In function ‘void dfs2(long long int, long long int)’:
atm.cpp:32:36: error: too many arguments to function ‘void dfs(long long int)’
32 | for (int c: adjList2[x]) dfs(c, px);
| ^
atm.cpp:16:6: note: declared here
16 | void dfs(int x) {
| ^~~