Run ID:94768

提交时间:2024-10-26 13:11:07

#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; return 0; }