Problem | reachability2 |
---|---|
User | fydjc |
Submission Time | 2025-08-21 16:25:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reachability2.cpp: In function ‘void dfs(int)’:
reachability2.cpp:60:17: error: expected ‘;’ before ‘break’
60 | dp[x][k]=1
| ^
| ;
61 | break;
| ~~~~~