Run ID:94770

提交时间:2024-10-26 13:12:15

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e,f,g,h=0; cin>>a,b,c,d,e,f,g; h=a+b+c+d+e+f+g; int i=h/7; cout<<i; return 0; }