| Problem | omnomnom2 |
|---|---|
| User | JhoCyber |
| Submission Time | 2025-12-17 16:43:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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 | }
| ~
omnomnom2.cpp:17:8: note: to match this ‘(’
17 | for(auot i:adj[n]){
| ^
omnomnom2.cpp:23:1: error: expected primary-expression before ‘}’ token
23 | }
| ^
omnomnom2.cpp: In function ‘int32_t main()’:
omnomnom2.cpp