From 66d08fd5a68e243c97c9e2dcc99fa52946fa3f89 Mon Sep 17 00:00:00 2001 From: Randy Lam Date: Sat, 28 Nov 2020 18:05:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=BB=A1=E5=87=8F=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E6=BA=90=E7=A0=81.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 最后一行的输出 名称和价格 没对应上 --- ...\207\217\346\264\273\345\212\250\346\272\220\347\240\201.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\345\212\250\346\200\201\350\247\204\345\210\222/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201.md" "b/\345\212\250\346\200\201\350\247\204\345\210\222/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201.md" index 17143f0..5a005c6 100644 --- "a/\345\212\250\346\200\201\350\247\204\345\210\222/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201.md" +++ "b/\345\212\250\346\200\201\350\247\204\345\210\222/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201/\346\273\241\345\207\217\346\264\273\345\212\250\346\272\220\347\240\201.md" @@ -78,7 +78,7 @@ public class TBShopping { } } if(j != 0) { - System.out.print(Snacks[1]+p[0]); + System.out.print(Snacks[0]+p[0]); } } }