如何用C语言编写一个学生管理系统
如何用C语言编写一个学生管理系统
日期:2018-03-31 11:29:37 人气:1
以前做的,应该可以运行
#include
#include
struct S
{
char name[20]; /*姓名*/
int number; /*学号*/
float score_yuwen; /*语文成绩*/
float score_shuxue; /*数学成绩*/
float score_yingyu;