#нефедов Артём a = int(input('ab>>')) b = int(input('bc>>')) c = int(input('bf>>')) V = a*b*c S = 2*a*b + 2*a*c + 2*c*b print(V,S)