j,m,d=map(int,input().split(",")) print("合計点:%d"%(j+m+d)) print("平均点:%.1f"%((j+m+d)/3))