문제

링크

풀이

n, m = input().split()
a = int(input())
b = int(input())
 
print(a * b)