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