a255: 判斷閏年
Tags : python
Accepted rate : 203人/237人 ( 86% ) [非即時]
評分方式:
Strictly

最近更新 : 2022-08-15 02:36

Content

自定一個名為check_leap_year(year)的函數,函數功能為判斷year是否為閏年,如果year是閏年則打印出「1」,反之則打印出「0」

Input

check_leap_year(XXX),其中XXX為年份

Output

如果year是閏年則打印出「1」,反之則打印出「0」

Sample Input #1
check_leap_year(2017)
Sample Output #1
0
Sample Input #2
check_leap_year(2020)
Sample Output #2
1
測資資訊:
記憶體限制: 64 MB
不公開 測資點#0 (33%): 1.0s , <1K
不公開 測資點#1 (33%): 1.0s , <1K
不公開 測資點#2 (34%): 1.0s , <1K
Hint :

在程式最後一行加上 eval( input() )

Tags:
python
出處:
[管理者:
kichan@g.pui... (陳嘉賢CHAN KA IN)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」