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