#include #include #include #include using namespace std; #define rep(i,n) for(int i=0;i> x >> y >> z; int ans = (x + y + z)/2; cout << ans << endl; }