#include<stdio.h>
int main()
{

int a;
scanf ("%d",&a);
if((a%40&&a%100)||(a%4000))
printf(“Yes”);
else
printf(“No”);
return 0;
}闰年 时间过得真快啊,又要过年了,同时,我们的人生也增长了一年的阅历,又成熟了一些.可是,你注意过今年是不是闰年呢,明年呢?

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2021-11-14
  • 2022-02-23
  • 2021-10-27
  • 2021-11-28
  • 2021-07-22
  • 2021-06-14
猜你喜欢
  • 2022-01-17
  • 2021-10-04
  • 2021-08-09
  • 2021-10-05
  • 2022-12-23
  • 2021-08-09
  • 2021-05-22
相关资源
相似解决方案