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