백준/Bronze 5

백준 10926 파이썬

bonschicken 2021. 1. 26. 21:33
728x90
number = list(map(int,input().split()))

print(number[0]*number[1])