Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
14152 c292user3 地球人口承载力估计 C++ 解答错误 0 1 MS 780 KB 165 2021-07-10 18:58:54

Tests(0/10):


#include <bits/stdc++.h> using namespace std; int main() { float a,b,x,y; cin>>x>>a>>y>>b; cout<<setprecision(3)<<(float)(b*y-a*x)/(b-a); return 0; }


测评信息: