Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
128924 刘一诺 级数求和 C++ 通过 100 49 MS 244 KB 170 2024-01-26 11:29:39

Tests(4/4):


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


测评信息: