Problem moneychanger
User isaackhong
Submission Time 2023-01-07 17:57:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:28:9: error: ‘dp’ was not declared in this scope
28 | if (dp[v] == INF){
| ^~