输入年月日加上多少天输出日期

输入年月日加上多少天输出日期 程序1 #include"stdafx.h" #include<iostream> using namespace std; #define YEARERROR -2 #define MONTHERROR -1 #define DAYERROR -3 bool Is_Leap(int year) { return (year % 4 == 0 && year %
相关文章
相关标签/搜索