Run ID:111241
提交时间:2025-03-01 11:08:36
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e,f,g,h; cin>>a>>b>>c>>d>>e>>f>>g; h=(a+b+c+d+e+f+g)/7; cout<<h; return 0; }