Run ID:8237

提交时间:2025-06-20 14:05:08

#include<bits/stdc++.h> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n/k+2<<endl; return 0; }