簡易的萬年曆程序C語言

#include<stdio.h> #include<stdlib.h> int boolen(int y) { int c; if((y%400==0)||((y%4==0)&&(y%100!=0))) c=1; else c=0; return (c); } int tianshu(int year,int month) //計算天數函數 {
相關文章
相關標籤/搜索