Run ID:86541
提交时间:2024-07-25 23:19:06
a=list(map(int,input().split())) b=sum(a)/len(a) print(max(a),min(a),b,sep=",")