说明: #include #include #include using namespace std; void setcolor(unsigned short color) { HANDLE hCon = GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleTextAttribute(hCon,color); } int runnian(int x) { if(x%4==0) {if (x%100==0) {if(x%400==0) x=2; else x=1;}
<y295902794> 在 上传 | 大小:3072