#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年之间的闰年

       

 

 

 

 

 

 

 

 


  

相关文章:

  • 2021-10-12
  • 2021-12-06
  • 2021-09-20
  • 2021-10-09
  • 2022-12-23
  • 2021-11-28
  • 2021-11-28
猜你喜欢
  • 2022-01-12
  • 2021-09-13
  • 2021-04-09
相关资源
相似解决方案