gets d = gets.split.map(&:to_i) z = gets.split.map(&:to_i).max if z==0 p 0;exit end dmax = d.max p (z+dmax-1)/dmax # アカン