Run ID:1344

提交时间:2023-08-25 11:51:57

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