摘要: #include#includeusing namespace std;//日期函数int days[12]={31,28,31,30,31,30,31,31,30,31,30,31};struct date{ int year,month,day;};//判闰年inline int leap(in... 阅读全文
posted @ 2014-08-28 12:16 calmound 阅读(423) 评论(0) 推荐(0) 编辑