steps = gets.to_i cm = gets.to_i min_steps = cm / steps if cm % steps > 0 min_steps += 1 end puts min_steps