mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 15:58:48 +00:00
T174128 闰年的故事
R64352197
This commit is contained in:
parent
de94a09b9b
commit
620536d034
9
Luogu/T174128/T174128.py
Normal file
9
Luogu/T174128/T174128.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import calendar
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
n = int(input())
|
||||||
|
|
||||||
|
if calendar.isleap(n):
|
||||||
|
print("Wonderful")
|
||||||
|
else:
|
||||||
|
print("Orz")
|
Loading…
Reference in New Issue
Block a user