Dev'in
Home
Archive
Category
About
Python
백준 2753번| Python - 윤년
풀이
y = int(input()) if (y % 4 == 0 and y % 100 != 0) or y%400 == 0: print(1) else: print(0)
11 Dec 2021
« 백준 1330번| Python - 두 수 비교하기
백준 2884번| Python - 알람시계 »
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
Catergory
Spring
Java
Kotlin
JavaScript
TypeScript
Python
MySQL
CSS