Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61461 | fengxiaohang | 求分数序列和 | C++ | Accepted | 0 MS | 240 KB | 105 | 2025-03-01 21:30:39 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"3.5000"<<endl; return 0; }