N,M,C=[int(n) for n in input().split()] if N%2 == 0 and M%2== 0: print('YES') else: print('NO')