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]); } } }