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

輸入年月日加上多少天輸出日期 程序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 %
相關文章
相關標籤/搜索