學生考勤管理系統

#include<stdio.h> #include<stdlib.h> #include<string.h> #define MAX_STYLE_SIZE 100//最大存儲數量 typedef struct _STU { int year;//日期 年-月-日 int mon; int day; int begin;//第幾節課 begin-end int end; char n
相關文章
相關標籤/搜索