#include<stdio.h>

#include<stdlib.h>

int main()

{

    int year = 0;

    int count = 0;

    for(year = 1000; year <= 2000; year++)

判断1000-2000年之间的闰年

printf("count=%d\n",count);

    system("pause");

    return0;

}

判断1000-2000年之间的闰年

       

 

 

 

 

 

 

 

 


  

相关文章: