I was solving the CSES Dynamic Programming Problem named Coin Combinations I. I don't know what's the matter here.
In my view, Both the commented code, as well as uncommented code, is the same. But The uncommented code is throwing TLE and the Commented Code is passing all the test cases.
Please Help Me. Thank you.