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