摘要: #include<iostream>using namespace std;#define Day 7int main(){ cout<<"一周有"<<Day<<"天"<<endl; const int month=12; cout<<"一年有"<<month<<"月"<<endl; system( 阅读全文
posted @ 2023-04-22 21:43 大虚胖子 阅读(13) 评论(0) 推荐(0) 编辑