Run ID:136999

提交时间:2025-11-15 17:25:27

#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; scanf<<(a+b+c)/3; return 0; }