← Back to List

10420번: 기념일 1 ↗

Solutions

Python 3
68 B | 68 chars
from datetime import *
print(date(2014,4,1)+timedelta(int(input())))