From 23610171913d92cdddd5a758926d830473eaad48 Mon Sep 17 00:00:00 2001 From: hansmotor Date: Mon, 13 Mar 2017 09:45:00 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20=E9=A2=98=E7=9B=AE.md"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\351\242\230\347\233\256.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" "b/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" index a495b70..e27ac57 100644 --- "a/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" +++ "b/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" @@ -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*: