백준 10998번 AxB 파이썬
2022.03.07 16:19
백준 10998번 AxB 파이썬 코드이다.
a, b = map(int, input().split())
print(a * b)