using namespace std;
int main(){
int a,b,c; cin>>a>>b>>c; cout<<fixed<<double(a+b+c)/3<<endl; return 0;
}