摘要: 传送门:https://atcoder.jp/contests/abc153/tasks A 向上取整 #include<bits/stdc++.h> using namespace std; int main(){ int a, b; cin>>a>>b; cout<<(a+b-1)/b; ret 阅读全文
posted @ 2021-06-18 11:14 HinanawiTenshi 阅读(48) 评论(0) 推荐(0) 编辑