04 2022 档案

摘要:1 #include <stdio.h> 2 3 4 unsigned char CaculateWeekDay(unsigned int y,unsigned char m, unsigned char d) 5 { 6 if(m==1||m==2) { 7 m+=12; 8 y--; 9 } 1 阅读全文
posted @ 2022-04-18 10:44 正在沉默 阅读(134) 评论(0) 推荐(0)