计算日期之差 #include <stdio.h> int judge_year(int year) { if(year % 400 == 0 || year % 4 == 0 && y … Continue reading 计算日期之差