Toggle navigation
Home
Problems
Status
Ranklist
Contests
OSC
FAQ
[Sign In]
[Sign Up]
C语言程序设计教程(第三版)课后习题11.1
Time Limit
1s
Memory Limit
131072KB
Judge Program
Standard
Ratio(Solve/Submit)
50.41%(
670
/
1329
)
Description:
定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。
Input:
年月日
Output:
当年第几天
Sample Input:
2000 12 31
Sample Output:
366
Submit
Compiler
C
C++
Java
Python2
Python3
Use advanced editor
Code