Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 每周一题#1/题目.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You are given coins of different denominations and a total amount of money. Writ

* 0 <= amount <= 5000
* 1 <= coin <= 5000
* the number of denomination of coins is less than 500
* the number of coins is less than 500
* the answer is guaranteed to fit into signed 32-bit integer

*Example 1*:
Expand Down