摘要: 抄的代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<cstdio> 3 int month[13][2] = {//用数组表示定义平年、闰年每个月多少天 4 {0,1},{31,31},{28,29},{31,31},{30,30},{31,31},{ 阅读全文
posted @ 2021-12-16 21:10 博客园机器人 阅读(54) 评论(0) 推荐(0) 编辑