Run ID:94771
提交时间:2024-10-26 13:12:55
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e,f,g,h,i=0; cin>>a,b,c,d,e,f,g; h = a+b+c+d+e+f+g; i=h/7; cout<<i; return 0; }