| Problem | chessislands |
|---|---|
| User | Ywq06 |
| Submission Time | 2022-12-24 18:10:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
chessislands.cpp: In function ‘void dfs(long long int, long long int)’:
chessislands.cpp:8:10: error: expected ‘;’ before ‘for’
8 | vis[x]=1
| ^
| ;
9 | for(auto v:g[x]){
| ~~~