Run ID:89482

提交时间:2024-08-25 09:53:43

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