Run ID:98466

提交时间:2024-11-22 19:32:55

#include<bits/stdc++.h> using namespace std; int main(){ double q,w,e; cin>>q>>w>>e; printf("%.3lf",(q+w+e)/3); return 0; }