BOJ 2753

녹색자몽·2021년 9월 4일
0

Algorithm

목록 보기
52/80
post-thumbnail

윤년

a = int(input())
if a % 4 == 0 :
    if a % 100 != 0 or a % 400 == 0:
        print(1)
    else:
        print(0)
else:
    print(0)
profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보