From 3603dabfc6fa72fa26c54eedffc74548f2768815 Mon Sep 17 00:00:00 2001 From: pwjku6f2y <1915106350@qq.com> Date: Tue, 15 Feb 2022 14:54:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E8=BE=93=E5=87=BA=E8=8F=B1=E5=BD=A2?= =?UTF-8?q?=E5=9B=BE=E5=BD=A2.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 输出菱形图形.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/输出菱形图形.c b/输出菱形图形.c index 7b78d74..6f2d47c 100644 --- a/输出菱形图形.c +++ b/输出菱形图形.c @@ -3,27 +3,27 @@ void diamond(int a) { int b,c,d,t; d=0; - t=a;//����ʼ�����ݸ�t - while(a--)//�ո������ݼ� + t=a;//将初始数数据给t + while(a--)//空格数逐层递减 { for(b=0; b