Run ID:7773

提交时间:2025-05-17 20:59:36

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c; d=(a+b+c)/3; plintf("%.3ld\n",d); return 0; //输入v反对改革和官方 }