백준/Bronze 5

백준 13277 파이썬

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

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