Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
36661 C++|刘一阳 地球人口承载力估计 C++ 编译错误 0 MS 0 KB 160 2024-01-16 14:49:37

Tests(0/0):


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


测评信息: