计算该年第几天的CPP代码 以下是计算该年第几天的CPP代码:主函数部分:int main(){int year, month, day;cin >> year >> month >> day;int days = DayOfYear(year, month, day);cout <&