x,y,n=gets.split.map{|e| e.to_i} if (x*y)%2==1 puts "NO" else puts "YES" end