third commit

master
923302937@qq.com 6 years ago
parent 61c9763205
commit ae79809945

@ -0,0 +1,20 @@
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;
}
Loading…
Cancel
Save