提交时间:2021-05-27 20:30:00

运行 ID: 19980

#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; }