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

Tests(0/10):


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


测评信息: