#!/usr/bin/env python3 s, f = map(int,input().split()) print(s // f + 1)