提交时间:2025-04-08 20:07:03

运行 ID: 9184

#include<bits/stdc++.h> using namespace std; double a,b,c,d,e,f,g,h; int main(){ cin>>a>>b>>c>>d; cin>>e>>f>>g>>h; cout<<setprecision(2)<<fixed<<(a-e)*(c-f)*(c-g)*(d-h); return 0; }