Run ID:8203
提交时间:2025-06-14 21:03:06
#include<bits/stdc++.h> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n/k+2<<endl; return 0; }