a = sorted(list(map(int,input().split()))) print('No') if a[0] == 0 else print('Yes')