| Problem | omnomnom2 |
|---|---|
| User | JhoCyber |
| Submission Time | 2025-12-17 16:42:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
omnomnom2.cpp: In function ‘void dfs1(long long int, long long int)’:
omnomnom2.cpp:13:18: error: ‘dfs’ was not declared in this scope; did you mean ‘dfs1’?
13 | if(i!=p) dfs(i,n);siz[n]+=siz[i];
| ^~~
| dfs1
omnomnom2.cpp: In function ‘void dfs2(long long int, long long int)’:
omnomnom2.cpp:17:9: error: ‘auot’ was not declared in this scope; did you mean ‘auto’?
17 | for(auot i:adj[n]){
| ^~~~
| auto
omnomnom2.cpp:23:1: error: expected primary-expression before ‘}’ token
23 | }
| ^
omnomnom2.cpp:22:6: error: expected ‘;’ before ‘}’ token
22 | }
| ^
| ;
23 | }
| ~
omnomnom2.cpp:23:1: error: expected primary-expression before ‘}’ token
23 | }
| ^
omnomnom2.cpp:22:6: error: expected ‘)’ before ‘}’ token
22 | }
| ^
| )
23 | }