Run ID:8196

提交时间:2025-06-14 20:59:59

#include<bits/stdc++.h> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n/k+1<<endl; return 0; }