x,y=gets.split.map &:to_i n=gets.to_i a=gets.split.map &:to_i puts (1...n).any?{|i|a[i-1]*y>a[i]*x}?:NO: :YES