C++编程,定义一个表示日期的结构体类型,确定它是本年度的第几天 100
C++编程,定义一个表示日期的结构体类型,确定它是本年度的第几天要利用函数intIsLeapYear(strucrmtdate)定义求第几天的函数:intDayth(st...
C++编程,定义一个表示日期的结构体类型,确定它是本年度的第几天要利用函数int IsLeapYear(strucrmt date)
定义求第几天的函数:int Dayth(struct date)
判断输入日期是否合法的函数:int judge(struct date)急~大神帮帮忙 展开
定义求第几天的函数:int Dayth(struct date)
判断输入日期是否合法的函数:int judge(struct date)急~大神帮帮忙 展开
1个回答
2016-06-11
展开全部
#includevoidmain(){intyear,month,day,flag;scanf("%d-%d-%d",&year,&month,&day);if(year%4==0&&(year%100!=0||year%400==0))flag=1;elseflag=0;day++;if(month==1||month==3||month==5||month==7||month==8||month==10||month==12){if(day>31){month=month+1;{if(month>12){year=year+1;month=month-12;}}day=day-31;}}elseif(month==4||month==6||month==9||month==11){if(day>30){month=month+1;{if(month>12){year=year+1;month=month-12;}}day=day-30;}}else{if(flag==1){if(day>29){month=month+1;day=day-29;}}else{if(day>28){month=month+1;day=day-28;}}}printf("%d-%d-%d\n",year,month,day);}
光点科技
2023-08-15 广告
2023-08-15 广告
通常情况下,我们会按照结构模型把系统产生的数据分为三种类型:结构化数据、半结构化数据和非结构化数据。结构化数据,即行数据,是存储在数据库里,可以用二维表结构来逻辑表达实现的数据。最常见的就是数字数据和文本数据,它们可以某种标准格式存在于文件...
点击进入详情页
本回答由光点科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询