提交时间:2024-04-14 20:03:55
运行 ID: 45508
#include<bits/stdc++.h> using namespace std; int main(){ float n,m; cin>>n>>m; int c=ceil(n/m); cout<<c; }