x=int(input())
y=int(input())
res=0
z=0
while z!=(abs(y)):
res=res+(abs(x))
z=z+1
if y < 0:
res= -res
if x < 0:
print(res)
x=int(input())
y=int(input())
res=0
z=0
while z!=(abs(y)):
res=res+(abs(x))
z=z+1
if y < 0:
res= -res
if x < 0:
res= -res
print(res)