Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
50913 张思存 地球人口承载力估计 C++ 编译错误 0 MS 0 KB 182 2024-09-15 22:17:10

Tests(0/0):


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


测评信息: