검색
❯
2023년 10월 31일1 min read
링크
n, m = input().split() a = int(input()) b = int(input()) print(a * b)