#include using namespace std; int main(){ long long S, F; cin >> S >> F; cout << S / F +1; return 0; }