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