From a610bd12d39f328bb582b2fe6403abebf4b9b317 Mon Sep 17 00:00:00 2001 From: pmj8gckvu <2386301889@qq.com> Date: Sun, 25 Jun 2023 21:51:39 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27a0a30..65e5d3c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ int main() { printf("总价值=%d", maxv); } ~~~ - + ~~~c #include int fib(int n){ @@ -66,7 +66,7 @@ int main(){ return 0; } ~~~ - + ~~~c #include typedef struct{ @@ -107,7 +107,7 @@ int main(){ return 0; } ~~~ - + ~~~c #include #include