From 1e59d7b758bbe93f33796050337dfd7601ec3013 Mon Sep 17 00:00:00 2001 From: danny <12793148@qq.com> Date: Thu, 29 Feb 2024 09:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3c=E9=9D=A2=E5=90=91=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E4=BC=AA=E4=BB=A3=E7=A0=81=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01:概述/01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01:概述/01.md b/01:概述/01.md index 7d3f2e1..6a4ff00 100644 --- a/01:概述/01.md +++ b/01:概述/01.md @@ -131,7 +131,7 @@ struct Circle float y; // Y坐标 float r; // 半径 function void print(){ - printf("The position x=%f, y=%f, radius=%f!\n", c->x, c->y, c->r); + printf("The position x=%f, y=%f, radius=%f!\n", x, y, r); } }; struct Circle c1;