Run ID:1341

提交时间:2023-08-25 11:48:23

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