| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 69632 | sh25_wangsj | 地球人口承载力估计 | C++ | Accepted | 0 MS | 240 KB | 134 | 2025-10-11 15:40:39 |
#include <iostream> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; cout<<"75.00"; return 0; }