| Problem | problematicjourney |
|---|---|
| User | ethanlinHoucheng |
| Submission Time | 2024-12-12 17:55:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problematicjourney.cpp: In function ‘bool dfs(int, int, int)’:
problematicjourney.cpp:24:46: error: expected ‘;’ before ‘}’ token
24 | if(a){vis[u] = false; return true};
| ^
| ;