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