提交时间:2025-12-07 14:12:31
运行 ID: 75493
#include<bits/stdc+.h> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<(n+m-1)/m; return 0; }