From f5829a71edf42af715089705a22fb6506b45d05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=82=E6=B3=BD=E7=85=9C?= <11435691+islover@user.noreply.gitee.com> Date: Wed, 14 Dec 2022 13:40:11 +0000 Subject: [PATCH] =?UTF-8?q?update=209=E6=A1=82=E6=B3=BD=E7=85=9C/=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A2.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 桂泽煜 <11435691+islover@user.noreply.gitee.com> --- .../\344\275\234\344\270\2322.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/9\346\241\202\346\263\275\347\205\234/\344\275\234\344\270\2322.md" "b/9\346\241\202\346\263\275\347\205\234/\344\275\234\344\270\2322.md" index 6e0f13f..a5b6dd6 100644 --- "a/9\346\241\202\346\263\275\347\205\234/\344\275\234\344\270\2322.md" +++ "b/9\346\241\202\346\263\275\347\205\234/\344\275\234\344\270\2322.md" @@ -30,7 +30,7 @@ public class Main { if (a * i < 10) { System.out.print("\t\n"); for (a = 9; a >= i; a--) { - System.out.print(+a + "*" + i + "=" + (a * i) + "\t"); + System.out.print("\33[36;10m"+a + "*" + i + "=" + (a * i) + "\t"); } } -- Gitee