print('NO' if int(''.join(input().split('.'))) < int(''.join(input().split('.'))) else 'YES')