Problem eevacuation
User dacashew
Submission Time 2023-10-14 21:26:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eevacuation.cpp: In function ‘void dfs(long long int)’:
eevacuation.cpp:18:15: error: ‘i’ was not declared in this scope
18 | if(dp[i]!=-1) return;
| ^