提交时间:2025-12-07 14:12:51

运行 ID: 75494

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