Run ID:109923
提交时间:2025-02-13 12:43:05
#include<iostream> using namespace std; int main (){ double a,b,c; cin>>a>>b>>c; printf("%.2lf",(a+b+c)/3); }