Run ID:104777

提交时间:2025-01-11 11:24:45

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