说明:#include
#include
#define MAXN 1000 //表示readBuffer和buffer数组的大小
typedef struct MemoInfo
{
char event[200]; //用于存储事件
int remindtime_year; //remindtime_***表示需要提醒的时间
int remindtime_month;
int remindtime_day;
int remindtime_hour;
int remindti
<u012902823> 上传 | 大小:11kb