diff --git a/README.md b/README.md index b278375..bc7da43 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,16 @@ Step 3: else 学号存在 then 输出学号、姓名、成绩 ![](pictures/query_data.drawio.svg) +#### add_data + +Step 1: if 数据库满 then 提示数据库满并结束 +Step 2: 输入学号 +Step 3: if 学生已存在 then 提示学生已存在并结束 +Step 4: 输入学生名字和成绩 +Step 5: 添加学生到数据 +Step 6: 提示添加成功 +![](pictures/add_data.drawio.svg) + #### make_chart