2022级统计计算机双学位《程序设计原理与C语言》上机作业

1017. LeapYearConclusion

单点时限: 2.0 sec

内存限制: 256 MB

Input an integer representing the year of a date, conclude if the year is a leap year.

输入格式

One Integer representing the year.

输出格式

If it’s a leap year, output 1, or you should output 0.

样例

Input
1995
Output
0