#include using namespace std; using ll=long long; ll mod=1000000007; ll INF=1LL<<60; int main() { int A,B; cin >> A >> B; cout << A/B+1 <