C语言日历源代码
#include <stdio.h>main(){ int year,month,day,num_month; int j,num=0; printf("请输入年份:"); scanf("%d",&y
C语言日历源代码