Problem | ghostrule |
---|---|
User | bribritt |
Submission Time | 2023-12-30 16:46:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ghostrule.cpp: In function ‘void dfs(long long int, long long int)’:
ghostrule.cpp:11:28: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | for(auto i: adj[x]) if(i!=p) dfs(i,x);
| ^