first commit
from old repository to a new repository
This commit is contained in:
6
boj/2753.py
Normal file
6
boj/2753.py
Normal file
@@ -0,0 +1,6 @@
|
||||
y=int(input())
|
||||
|
||||
if (y%4==0 and not y%100==0) or y%400==0:
|
||||
print(1)
|
||||
else:
|
||||
print(0)
|
||||
Reference in New Issue
Block a user