#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
//实现一个函数判断year是不是润年
int fun(int x) {
if (x % 400 == 0 || x % 4 ==
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
//实现一个函数判断year是不是润年
int fun(int x) {
if (x % 400 == 0 || x % 4 ==