Problem weddingcoins
User CookieCoder
Submission Time 2025-07-14 15:50:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:9:13: error: expected ‘]’ before ‘,’ token
9 | int coins[0, 1, 5, 10, 50, 100, 500, 1000, 5000, 10000, 50000, 100000]
| ^
| ]
weddingcoins.cpp:9:15: error: expected unqualified-id before numeric constant
9 | int coins[0, 1, 5, 10, 50, 100, 500, 1000, 5000, 10000, 50000, 100000]
| ^
weddingcoins.cpp:11:2: error: ‘DP’ was not declared in this scope
11 | DP[0][0] = 1;
| ^~