摘要: 来源: 模板提 算法标签:日期 题目描述 判断日期是否合法 cpp代码 bool check(int date) { int year=date/10000,month=date%10000/100,day=date%100; if(month>12||!month||!date)return fa 阅读全文
posted @ 2022-03-30 17:37 俺叫西西弗斯 阅读(0) 评论(0) 推荐(0)