- 博客(1)
- 收藏
- 关注
原创 编写一个函数day,实现上面的计算。
#include <iostream> using namespace std; struct date { int year; int month; int day; }; int main() { int days(date); date Date; int d; cout<<"input year,month,day:"; cin>>Date.year>>Date.month>>...
2020-11-20 09:47:02 415
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人