input = gets.split(" ").map(&:to_i) a = input[0] b = input[1] puts a - (-b)