Problem ghostrule
User bribritt
Submission Time 2023-12-30 16:46:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ghostrule.cpp: In function ‘void dfs(long long int, long long int)’:
ghostrule.cpp:10:14: error: ‘adj’ was not declared in this scope
10 | for(auto i: adj[x]) if(i!=p) dfs(i,x);
| ^~~
ghostrule.cpp: In function ‘int main()’:
ghostrule.cpp:36:3: error: ‘adj’ was not declared in this scope
36 | adj[s].push_back(t);
| ^~~