You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
209 B
11 lines
209 B
2 years ago
|
#### C1: 启动程序
|
||
|
|
||
|
输入n个学生的m门课成绩
|
||
|
```
|
||
|
库存管理系统启动
|
||
|
|
||
|
1 读取 | 2 保存 | 3 打印 | 4 查询 | 5 添加
|
||
|
6 修改 | 7 删除 | 8 排序 | 9 图表 | 0 退出
|
||
|
|
||
|
请选择:
|
||
|
```
|