#include<bits/stdc++.h> using namespace std; double a,b,c,d; int main(){ cin>>a>>b>>c; d=(a+b+c)/3; printf("%.3f",d); return 0; }
使用您的 Hydro 通用账户