From f78db4769afec8c7cc3302e1898ba5ed7b4d875f Mon Sep 17 00:00:00 2001 From: tong tong zhang Date: Mon, 17 Apr 2023 20:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5n=E4=B8=AA=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E7=9A=84m=E9=97=A8=E8=AF=BE=E6=88=90=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hello.md b/hello.md index c5e31d8..e928e9a 100644 --- a/hello.md +++ b/hello.md @@ -1,3 +1,5 @@ +```` +//输入n个学生的m门课成绩 void ReadScore(STU stu[], int n, int m) { int i, j; @@ -10,4 +12,5 @@ void ReadScore(STU stu[], int n, int m) } /* ----------- end ----------- */ -} \ No newline at end of file +} +```` \ No newline at end of file