Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
19980 账号已注销 倒数和 C++ 通过 100 20 MS 260 KB 170 2021-05-27 20:30:00

Tests(10/10):


#include<bits/stdc++.h> using namespace std; double s,ans=1,i=2; int main(){ cin>>s; while(s>ans){ ans+=1.0/i; i++; } printf("%.0lf",i-1); return 0; }


测评信息: