Run ID:94233
提交时间:2024-10-20 09:52:03
a=list(map(int,input().split())) b=sum(a) s=len(a) b=b/s print(s,"%.2f"%b)