Untitled

Anonymous
plain_text
07/05/2022 11:19 AM
192 B
22
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...