Problem attention
User PlayVoltz
Submission Time 2023-12-18 09:53:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

attention.cpp: In function ‘int32_t main()’:
attention.cpp:46:43: error: too many arguments to function ‘void dfs(long long int, long long int, long long int, long long int)’
46 | for (int i=0; i<n; ++i)dfs(i, 0, i, 1, -1);
| ^
attention.cpp:26:6: note: declared here
26 | void dfs(int node, int d, int find, int par){
| ^~~