f,s = STDIN.gets.chomp.split(' ').map{|n| n.to_i} p [*1..f].concat([*1..s]).length