j,m,b = map(int, input().split()) T = j+m+b A = T/3 print("合計点:" + str(T)) print("平均点:" + str(A))