j,m,b = list(map(int, input().split(','))) print(f'合計点:{j+m+b}') mean = str((j+m+b)/3) print(f'平均点:{mean[:mean.rfind(".")+2]}')