日期计算 #include<stdio.h> #include<iostream> using namespace std; //日期函数 int days[12]={31,28,31, … 继续阅读 日期计算