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