#Задание 1

x = int(input())
y = int(input())
sum = x*y
print(sum)