x,y=gets.split.map &:to_i a,b=gets.split.map &:to_i c=[x.abs,y.abs].max puts x==y ? c>1?c+1: c : [x.abs,y.abs].max