Run ID:970

提交时间:2023-06-10 15:20:58

#include <iostream> 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; h=h/7; cout<<h<<endl; return 0; }