input=gets.split.map &:to_i if input[1]%input[0]==0 puts input[1]/input[0] else puts input[1]/input[0]+1 end