一直卡死在这题上
year%400==0,多了个=
还有printf不必这么麻烦的,直接打字就可以了呀
分号,输入法要英文半角
if(year%4==0&&year%100!=0||year%400==0) printf("今年是闰年");
else printf("今年是平年");