Problem | dynamicdag |
---|---|
User | Tyx2019 |
Submission Time | 2023-12-31 21:07:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dynamicdag.cpp: In function ‘void dfs(long long int)’:
dynamicdag.cpp:8:14: error: continue statement not within a loop
8 | if(!vis[x]) continue;
| ^~~~~~~~