Coin change dp question


above is question link
or
question:
You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make up that amount. If that amount of money cannot be made up by any combination of the coins, return -1.

https://ide.codingblocks.com/s/257054,why is it showing run error

@Vibhuti0206
you have to make dp array bigger
I have corrected your code please check