Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
45625 liusiyu 试卷-2024 C++ 通过 0 MS 240 KB 143 2024-04-18 22:04:36

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(a%b==0) cout<<a/b; else cout<<a/b+1; return 0; }


测评信息: