Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
39877 wangjiashu 地球人口承载力估计 C++ Compile Error 0 MS 0 KB 189 2024-02-05 09:55:35

Tests(0/0):


#include<iostream> #include<iomanip> using namespace std; int main() { int a,x,b,y; float z; cin>>a>>x>>b>>y; SD z=(b*y-a*x)/(y-x); cout<<fixed<<setprecision(2)<<z; return 0; }


Judgement Protocol: