Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
90786 sh25_zhangyj 【基础题】求和(2) Python3 编译错误 0 MS 0 KB 187 2026-06-12 14:32:32

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { float n=0; for(int i=1;i<101;++i){ n+=1.0/i; } cout<<fixed<<setprecision(3)<<n; return 0; }


测评信息: