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

 

 

 

 

문제 : https://www.acmicpc.net/problem/10998

'Baekjoon > python' 카테고리의 다른 글

[백준 10869번] 사칙연산  (0) 2022.04.07
[백준 1008번] A / B  (0) 2022.04.07
[백준 1001번] A - B  (0) 2022.04.07
[백준 1000번] A + B  (0) 2022.04.07
[백준 10172번] 개  (0) 2022.04.07

+ Recent posts