原创 判斷閏年

#include<stdio.h> main() { int year; for(year=1000;year<=2000;year++) { if((year%4==0&&year%100!=0