n = gets.to_i a = gets.split b = gets.split p a.permutation(n).to_a.zip(b).map {|i| (i[0] > i[1]) ? (i[0] - i[1]) : 0 }