Problem moneychanger
User mathemactics
Submission Time 2023-11-10 12:01:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moneychanger.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
moneychanger.cpp:5:1: note: in expansion of macro ‘int’
5 | int coins[101], dp[10001]
| ^~~
moneychanger.cpp:5:5: error: ‘coins’ does not name a type; did you mean ‘cos’?
5 | int coins[101], dp[10001]
| ^~~~~
| cos