#!usr/env/python #coding:UTF-8 S,F = map(int,raw_input().split()) calc = S / F print calc + 1