Run ID:88585
提交时间:2024-08-19 14:25:50
#include<iostream> using namespace std; int main(){ double a,s,d; cin>>a>>s>>d; printf("%.2lf",(a+s+d)/3); }