摘要: #include<iostream>#define Y 1990using namespace std;int monthday[] = { 31,28,31,30,31,30,31,31,30,31,30,31 };bool runyear(int n){ if (n % 4 == 0) retu 阅读全文
posted @ 2023-04-18 13:36 a_true 阅读(10) 评论(0) 推荐(0)