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