【深基3.例3】闰年判断
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入一个年份,判断这一年是否是闰年,如果是输出 ,否则输出 。
输入格式
输入一个正整数 ,表示年份。
输出格式
输出一行。如果输入的年份是闰年则输出 ,否则输出 。
1926
0
1900
0
2000
1
1996
1
提示
数据保证, 且年份为自然数。
假期基础训练(第一周)
- Status
- Done
- Problem
- 14
- Open Since
- 2025-6-27 0:00
- Deadline
- 2025-8-31 23:59
- Extension
- 24 hour(s)