Problem moneychanger
User gthinh
Submission Time 2026-01-28 08:43:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:6:31: error: ‘INF’ was not declared in this scope
6 | vector<long long> dp(k+1, INF);
| ^~~