判斷1000-2000年之間的閏年

#include<stdio.h> #include<stdlib.h> int main() {     int year = 0;     int count = 0;     for(year = 1000; year <= 2000; year++) printf("count=%d\n",count);     system("pause");     return0; }
相關文章
相關標籤/搜索