Run ID:102882
提交时间:2024-12-25 22:27:23
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a/b+1; return 0; }