qq_轻装上阵_0
2015-10-04 10:34
#include <stdio.h>
int main()
{
int year = 2014; //今年是2014年
if(year%4==0)
printf("%s\n","今年是闰年");
}
else
printf("%s\n","今年是平年");
return 0;
试试直接printf("今年是闰年\n");
新世纪代码的... 回复qq_轻装上...
if里的条件判断是双等于号
2015-10-04 11:43:53
共 2 条回复 >
C语言入门
926028 学习 · 20793 问题
相似问题
回答 2
回答 3
回答 1