#!/usr/bin/env python3 # -*- coding: utf-8-*- if __name__ == '__main__': s, f = map(int, input().split(" ")) print(s//f+1)