编写一个程序,输入一个年份,判断该年份是否为闰年。如果是闰年,输出 "Yes";否则输出 "No"。
一个整数年份 y,表示要判断的年份。
如果输入的年份是闰年,输出 "Yes";否则输出 "No"。
2000
Yes