已采纳回答 / 阿仕顿
仅供参考,遗漏了switch后面的{ },“第%d天",year”中的逗号(,)误用了中文格式#include <stdio.h>int main() { /* 定义需要计算的日期 */ int year = 2008; int month = 8; int day = 8; int sum;/*sum是总天数*/ if(year%4==0||year%400==0) { switch(month) { case...
2020-10-22
最赞回答 / 慕用5509181
hello.c:1:20: fatal error: stadio.h: No such file or directory #include ^ compilation terminated.1、这里提示你:stadio这个单词写错了,是stdio 。2、 int a,b,c ; //你没有...
2020-10-21