def f(n, m) :
b=n%12
c=n%10
b+=6
if b>12 :
b-=12
c+=10
if c>10 :
b-=10
a=int(input())
if a>=2013 :
a-=2013
f(a, 1)
else :
a=2013-a
f(a, 2)
top of page

기능을 테스트하려면 라이브 사이트로 이동하세요.
20250411
20250411
댓글 0개
좋아요
댓글(0)
bottom of page