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