(програма на python 3)
a = input()
b = input()
c = input()
d = input()
s = input()
w = a*b*c*d*s
print(w)
(програма на python 3)
a = input()
b = input()
c = input()
d = input()
s = input()
w = a*b*c*d*s
print(w)