#include int main () { int i; int j; int k; cin >> j>> i>>k; cout << (i+j+k)/3.0; return 0; }