提交时间:2026-03-13 14:22:46
运行 ID: 85446
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; double e; cin>>a>>b>>c; e=(a+b+c)/3; cout<<setscription(1)<<e; }