from sys import stdin def main(): N = int(input()) M = int(input()) print('Yes') input = lambda: stdin.readline() main()