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

运行 ID: 9185

#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+b+c+d)/(e+f+g+h); return 0; }