n=gets.to_i as=gets.chomp.split.map(&:to_i) v=gets.to_i s=as.inject(:+) p (v-s).abs