Untitled
unknown
plain_text
3 years ago
143 B
8
Indexable
#нефедов Артём 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)
Editor is loading...
#нефедов Артём 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)