# coding utf-8 # n is the number of 100yen coin n = int(input()) # m is the number of 10yen coin m = int(input()) print("Yes")