更新图片链接
This commit is contained in:
2
problems/0322.零钱兑换.md
Normal file → Executable file
2
problems/0322.零钱兑换.md
Normal file → Executable file
@@ -104,7 +104,7 @@ dp[0] = 0;
|
||||
|
||||
以输入:coins = [1, 2, 5], amount = 5为例
|
||||
|
||||

|
||||

|
||||
|
||||
dp[amount]为最终结果。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user