大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
我写的很麻烦,其实定义一个一维数组就够了。
成都创新互联公司长期为上千余家客户提供的网站建设服务,团队从业经验10年,关注不同地域、不同群体,并针对不同对象提供差异化的产品和服务;打造开放共赢平台,与合作伙伴共同营造健康的互联网生态环境。为施秉企业提供专业的成都网站建设、网站建设,施秉网站改版等技术服务。拥有十多年丰富建站经验和众多成功案例,为您定制开发。//判断闰年:能被四整除的(不包括整百数),以及整百数能被400整除的;闰年的2月有29天,不是闰年的2月有28天
#include#define Year 2
#define Month 12
int judgment(int input_y) {
if (input_y % 4 == 0) { //闰年
input_y = 1;
} else if (input_y % 4 != 0) {
input_y = 0;
}
return input_y;
}
//判断函数
int main(void) {
int arr[Year][Month] = {
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
{31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
};
//arr[0]相当于平年,arr[1]相当于闰年
int input_y, input_m;
scanf("%d%d", &input_y, &input_m);
//输入
if (input_y % 100 != 0) {
input_y = judgment(input_y);
printf("%d", arr[input_y][input_m - 1]);
}
else if (input_y % 100 == 0) {
input_y = input_y / 100;
input_y = judgment(input_y);
printf("%d", arr[input_y][input_m - 1]);
}
//判断整百数。
return 0;
}
刚刚去看了题解,是的,我写的真的很累赘()
你是否还在寻找稳定的海外服务器提供商?创新互联www.cdcxhl.cn海外机房具备T级流量清洗系统配攻击溯源,准确流量调度确保服务器高可用性,企业级服务器适合批量采购,新人活动首月15元起,快前往官网查看详情吧