Owl Get a Life
candyshop.cpp: In function ‘void dfs(int)’:candyshop.cpp:10:17: error: expected ‘;’ before ‘for’ 10 | v[x].push(x) | ^ | ; 11 | for(auto it: adj[x]){ | ~~~