摘要: #include<stdio.h> #include<math.h> #include<string.h> #include<stdlib.h> struct Man{ int num; struct Man *next; }; void LastRemain(int num,int count); 阅读全文
posted @ 2024-05-24 16:02 zhongta 阅读(29) 评论(0) 推荐(0)
摘要: #include<stdio.h> #include<math.h> #include<string.h> struct Date{ int year; int month; int day; }; int RunYear(int year); int CountDay(struct Date da 阅读全文
posted @ 2024-05-24 15:21 zhongta 阅读(41) 评论(0) 推荐(0)