Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
129632 林麒瑞 级数求和 C++ 通过 100 47 MS 248 KB 175 2024-01-27 09:17:41

Tests(4/4):


#include<bits/stdc++.h> using namespace std; int main(){ int k; int n=0; double s=0; cin>>k; while(k>s){ n+=1; s+=1.0/n; } cout<<n<<endl; return 0; }


测评信息: