首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴a402581217的代码贴C语言
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include <malloc.h>

typedef struct
{
int year;      //年
int month;    //月
int day;      //日
} Date;

......................
阅读全部 | 2014年1月14日 12:08
1
a402581217