Run ID:1346
提交时间:2023-08-25 11:53:32
#include<iostream> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n/k+2; return 0; }