n,m=gets.split.map &:to_i f=*1..n gets.split.map{|a| i=a.to_i-1 f=[f[i]]+f[0...i]+f[i+1..-1] } p f[0]