# coding:utf-8 S, F = map(int, input().split()) ans = round(S / F) print(ans)