提交时间:2025-12-01 21:32:24
运行 ID: 74728
#include<bits/stdc++.h> using namespace std; int main() { int z,x,c; cin>>z>>x>>c; cout<<fixed<<setprecision(3)<<1.0*(z+x+c)/3; return 0; }