def ascan; gets.split.map(&:to_f);end


m,n = ascan

p m+(n/3)