Problem universe
User cobnet
Submission Time 2025-08-05 12:39:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

universe.cpp: In function ‘void dfs(int, int, int, int)’:
universe.cpp:38:36: error: too few arguments to function ‘void dfs(int, int, int, int)’
38 | dfs(neighbour, node, consecutive);
| ^
universe.cpp:19:6: note: declared here
19 | void dfs(int node, int parent, int consecutive, int kk){
| ^~~