x = list(map(int, input().split('.'))) y = list(map(int, input().split('.'))) print ('YES' if y <= x else 'NO')