N,M,C=map(int,input().split()) print('YES' if N*M%2==0 else 'NO')