Run ID:95136

提交时间:2024-10-26 22:10:18

#include<iostream> using namespace std; int main(){ int a,b,c; a=80; b=80; c=80; cout<<(a+b+c)/3; return 0; }