about summary refs log tree commit diff
path: root/others
diff options
context:
space:
mode:
authorNguyá»…n Gia Phong <vn.mcsinyx@gmail.com>2018-07-20 15:04:12 +0700
committerNguyá»…n Gia Phong <vn.mcsinyx@gmail.com>2018-07-20 15:04:12 +0700
commit3a3843673d8401f224901ad170aaf2ab8c3b1f46 (patch)
treedfcec3328f0d5320c04068352f2c2e1c352f0a93 /others
parente213c77f67f1df1f8e818aee24d60d9bd746d361 (diff)
downloadcp-3a3843673d8401f224901ad170aaf2ab8c3b1f46.tar.gz
Revise a few competive exersises
Diffstat (limited to 'others')
-rw-r--r--others/coastline/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/others/coastline/README.md b/others/coastline/README.md
index 5582125..b58a06f 100644
--- a/others/coastline/README.md
+++ b/others/coastline/README.md
@@ -27,8 +27,8 @@ In ra số lá»›n nhất Ming có thể tạo ra, hoặc -1 nếu không thể sá
 
 |  Sample Input  | Sample Output |
 | -------------- | ------------- |
-| 9<br>112233456 | 645231312     |
-| 2<br>12        | -1            |
+| 9<br>112233456 |   645231312   |
+| 2<br>12        |   -1          |
 
 ## GRID
 
@@ -69,7 +69,7 @@ Ví dụ: a = 11, b = 48, k = 7.
 
 Ta có: trong chuỗi các số nguyên {11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 36; 37, 38, 39, 40, 41,
-42, 43, 44, 45, 46, 47, 48} sẽ có các bộ với 7 số sau (11, 12, 13, 14,15, 16,
+42, 43, 44, 45, 46, 47, 48} sẽ có các bộ với 7 số sau (11, 12, 13, 14, 15, 16,
 17), (12, 13, 14, 15, 16, 17, 18), (13, 14, 15, 16, 17, 18, 19), ..., (42, 43,
 44, 45, 46, 47, 48).