Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
20715 账号已注销 倒数和 C++ 通过 100 21 MS 252 KB 165 2021-06-19 20:14:51

Tests(10/10):


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


测评信息: