Problem | moneychanger |
---|---|
User | Srivatsav |
Submission Time | 2023-02-02 19:33:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘void solve()’:
moneychanger.cpp:36:12: error: ‘i’ was not declared in this scope
36 | if (dp[i] != inf) cout << dp[v] << endl;
| ^