摘要: 源程序: #include <iostream>#include <string>using namespace std; class myDate{private: int year,month,day;public: myDate() { year=1970; month=1; day=1; } 阅读全文
posted @ 2021-11-02 08:44 bobo哥 阅读(99) 评论(0) 推荐(0)