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.
18 lines
437 B
18 lines
437 B
#include<stdio.h>
|
|
#include<stdlib.h>
|
|
#include<string.h>
|
|
#include"主函数.c"
|
|
#include"c1.c"
|
|
#include"c2.c"
|
|
#include"c3.c"
|
|
#include"c4.c"
|
|
|
|
void input(); /*输入记录*/
|
|
void output(); /*输出记录*/
|
|
void modify(); /*修改记录*/
|
|
void lookat(); /*学生信息查询*/
|
|
void section(); /*学生成绩分段*/
|
|
void rank(); /*成绩的排序*/
|
|
int fun(); /*目录函数*/
|
|
void choose(int n); /*目录的选项*/
|