#includeusing namespace std; struct fin { int year; string month; int day; }; int main() { fin p[2]= { {2021,"December",31}, {2022,"January",1} }; cout<<"Today is "<
你学废了码?
关注我,让我们钻研c++的奥秘!
(关注我,年底有大奖!)

#includeusing namespace std; struct fin { int year; string month; int day; }; int main() { fin p[2]= { {2021,"December",31}, {2022,"January",1} }; cout<<"Today is "<
你学废了码?
关注我,让我们钻研c++的奥秘!
(关注我,年底有大奖!)