Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
20682 吴泽宇 倒数和 C++ 解答错误 0 0 MS 252 KB 181 2021-06-19 19:45:10

Tests(0/10):


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


测评信息: