输入某年某月某日,计算并输出它是这一年的第几天。
输入
年 月 日
输出
天数
样例
2020 1 7
7
2020 5 30
151
2000 11 9
314
提示
按要求,使用int DayofYear (int year, int month, int day) 函数