c语言课设-考勤管理程序

amypabo 32 0 C 2018-12-25 16:12:08

#include#include#include#define MAX 100 //最多学生人数 struct Stu1 //学生信息{ char no[10]; char name[20]; char sex[5]; int age; char classroom[20];};struct date //日期{ int year; int month; int day;};struc

用户评论
请输入评论内容
评分:
暂无评论