摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> using namespace std; void NextDay(int &year, int &month, int &day) { //存储一下月份和天 阅读全文
posted @ 2025-03-15 17:49 聊发 阅读(9) 评论(0) 推荐(0)