提交时间:2025-12-09 15:48:30
运行 ID: 75712
#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; cout<<ceil(a/b); return 0; }