Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
51347 yuboyuan 地球人口承载力估计 C++ Compile Error 0 MS 0 KB 170 2024-09-20 21:58:24

Tests(0/0):


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


Judgement Protocol: