A, B, C = map(int, input().split(('.'))) a, b, c = map(int, input().split(('.'))) print(['NO', 'YES'][(A, B, C) >= (a, b, c)])