模拟。
#include"cstdio" int main() { double k,sum=0; scanf("%lf",&k); int i=0; while(sum<=k) sum+=1.0/++i; printf("%d",i); return 0; }
标签:blog double std pos span turn nbsp color body
模拟。
#include"cstdio" int main() { double k,sum=0; scanf("%lf",&k); int i=0; while(sum<=k) sum+=1.0/++i; printf("%d",i); return 0; }
标签:blog double std pos span turn nbsp color body
原文地址:https://www.cnblogs.com/TrassBlose/p/8340988.html