Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
89446 sh25_shengmy 小虫爬墙 C++ 通过 0 MS 244 KB 187 2026-06-05 14:25:19

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int n,m,s=0,i=0; cin>>n>>m; while(s<n-m){ s=s+m-1; i=i+2; } cout<<i+1; return 0;}


测评信息: