打卡3

#include<iostream>
using namespace std;
#define Day 7
int main()
{
cout<<"一周有"<<Day<<"天"<<endl;
const int month=12;
cout<<"一年有"<<month<<"月"<<endl;
system("pause");
}

posted @ 2023-04-22 21:43  大虚胖子  阅读(13)  评论(0编辑  收藏  举报