#2802. C语言程序设计教程(第三版)课后习题11.1
C语言程序设计教程(第三版)课后习题11.1
Cannot parse: Cannot read properties of null (reading 'length')
C语言程序设计教程(第三版)课后习题11.1
题目描述
定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。
输入说明
年月日
输出说明
当年第几天
样例
输入
2000 12 31
输出
366
Cannot parse: Cannot read properties of null (reading 'length')
定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。
年月日
当年第几天
2000 12 31
366