master
923302937@qq.com 6 years ago
parent 3c59937130
commit 59cb3a8e37

@ -1,20 +0,0 @@
typedef struct //结构体
{
double no;
char name[30];
float cscore;
}Student;
FILE *fp;
int i=0;
Student s[50];
int main() /*主函数*/
{
int n;
system("cls");
n=fun();
choose(n);
return 0;
}

Binary file not shown.
Loading…
Cancel
Save