#no388 a,b = gets.split c = a.to_i / b.to_i if (a.to_i%b.to_i) >= 0 c += 1 end puts c