摘要: 。 1 #include<stdio.h> 2 int Change(int year,int month,int day)//根据日期判断出星期几 3 { 4 if(month==1||month==2)//所求月份为1月或2月,应视为前一年的13月或14月; 5 { 6 month+=12; 7 阅读全文
posted @ 2020-10-29 23:29 古比 阅读(161) 评论(0) 推荐(0) 编辑