如何用C语言编写"学生成绩管理系统"

日期:2017-09-05 02:43:58 人气:1

如何用C语言编写"学生成绩管理系统"

#include #include #include #include struct student{ int id; char name[10]; int age; char sex[10]; char birthady[20]; int tel; char nativeplace[50]; }st[50]; int i=0; void shuru() { char a; do{ printf("\n请输入学号:"
    A+
热门评论