Problem | cousin |
---|---|
User | Hijackedsoul |
Submission Time | 2024-03-07 21:32:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cousin.cpp:13:1: error: expected initializer before ‘void’
13 | void dfs(int nod, int parent){
| ^~~~
cousin.cpp: In function ‘void init(int, int*)’:
cousin.cpp:79:3: error: ‘adj’ was not declared in this scope
79 | adj[i].push_back(P[i]);
| ^~~
cousin.cpp:83:2: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
83 | dfs(0, -1);
| ^~~
| ffs