Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
45494 徐若宸 试卷-2024 C++ 解答错误 0 MS 248 KB 133 2024-04-14 19:57:07

Tests(0/1):


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


测评信息: