Problem candyshop
User zyq69
Submission Time 2024-08-21 12:56:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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]){
| ~~~