Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7221 luchenyuan 地球人口承载力估计 C++ 编译错误 0 MS 0 KB 200 2023-02-02 07:39:57

Tests(0/0):


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


测评信息: