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

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; }


测评信息: