| Problem | moneychanger |
|---|---|
| User | notthatcp |
| Submission Time | 2025-02-17 17:57:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:54:38: error: expected ‘]’ before ‘)’ token
54 | if(dp[i-a[j] == LLONG_MAX) dp[i]=LLONG_MAX;
| ^