摘要: 一、 #include<iostream> using namespace std; void PrintfDay(int y, int m, int d); //声明PrintfDay函数 //年大于等于0 //月大于等于1,小于等于12 //日大于等于1-31 class date{ publi 阅读全文
posted @ 2021-04-12 20:26 Protect_Winter 阅读(55) 评论(0) 推荐(0)