n,m,c=map(int,input().split()) print("YES" if n%2!=1 and m%2!=1 else "NO")