| Problem | reachability |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-10-19 14:59:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reachability.cpp: In function ‘void reach(int)’:
reachability.cpp:34:12: error: ‘i’ was not declared in this scope
34 | dp[node][i]=(dp[node][i]|dp[num][i]);
| ^