#!/usr/bin/python # -*- coding: utf-8 -*- S,F = map(int, raw_input().split()) print S / F + 1