Y,M,D=map(int,input().split()) a=1989,1,8 b=2019,4,30 if a <= value < b: print('Yes') else: print('No')