C++

Timeloop 发表于 6个月前 · 关联问题 平均数

include

using namespace std;

int main(){

int a,b,c; cin>>a>>b>>c; cout<<fixed<<double(a+b+c)/3<<endl; return 0;

}