j, m, b = map(int, input().split(',')) print(f"合計点:{j + m + b}") print("平均点:" + '{:.1f}'.format((j + m + b) / 3))