用C++写一个日历程序,要求输入年份,显示整年的日历

#include <iostream> #include <iomanip> #include <string> using namespace std; class Caldendar{ protected: int m_year; //年份 int m_month;
相关文章
相关标签/搜索