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