power-girl0-0

[ 10998 ] A x B 본문

백준 알고리즘/python

[ 10998 ] A x B

power-girl0-0 2021. 2. 25. 00:52
728x90

a,b = input().split()
a=int(a)
b=int(b)
print(a*b)
728x90

'백준 알고리즘 > python' 카테고리의 다른 글

[ 10869 ] 사칙연산  (0) 2021.02.25
[ 1008 ] A/B  (0) 2021.02.25
[ 1001 ] A-B  (0) 2021.02.25
[ 1000 ] A+B  (0) 2021.02.25
[ 10172 ] 개  (0) 2021.02.24
Comments