import datetime today = datetime.today NY = print(today.year) Y = input() a = int(NY) - int(Y) print(a)