| Problem | moneychanger |
|---|---|
| User | Halud |
| Submission Time | 2026-01-27 21:07:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:28:21: error: expected ‘}’ at end of input
28 | else cout << dp[T];
| ^
moneychanger.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^