From 41b9931d4a8b4098581c829fc14f52e98cb49f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=98=8A?= <956269333@qq.com> Date: Sun, 21 May 2023 10:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 图书管理系统.c | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/图书管理系统.c b/图书管理系统.c index f453c5e..65fd211 100644 --- a/图书管理系统.c +++ b/图书管理系统.c @@ -47,7 +47,7 @@ void returnBook(Reader* reader, Book* book); void save(Book* book); Book* read1(); - +//C1 void ShowMainMenu() { system("cls"); @@ -71,3 +71,25 @@ void ShowMainMenu() printf("\n"); printf("\t\t请选择(0-11):"); } + +//C2 + +//C3 + +//C4 + +//C5 + +//C6 + +//C7 + +//C8 + +//C9 + +//C10 + +//C11 + +//C12 \ No newline at end of file