Problem1167--这是第几天

1167: 这是第几天

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

定义一个结构体变量(包括年、月、日)。计算该日在本年中是第几天,注意闰年问题。

Input

年月日

Output

当年第几天

Sample Input Copy

2000 12 31

Sample Output Copy

366

Source/Category

admin