#include <stdio.h>
int main()
{
int year = 2014; //今年是2014年
//补全一下代码
if(year%4 == 0)
{
printf("%s\n","今年是闰年");
}
else
{
printf("%s\n","今年是平年");
}
return 0;
}
闰年的定义错了
闰年是指:能被4整除却不能被100整除
或者能被400整除的年份
不知道,,
,
,
,
,
,
,,
,
,
不会
你貌似在
printf()中不需要加 %s 直接以 后者为文本就行