Problem | eevacuation |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-10-14 21:34:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eevacuation.cpp: In function ‘void dfs(long long int)’:
eevacuation.cpp:26:6: error: ‘i’ was not declared in this scope
26 | dp[i]=max(dp[i],0);
| ^