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

원게시물 : https://kimbumyun.tistory.com/292

'Development > BAEKJOON' 카테고리의 다른 글

[백준] 10869 - 사칙연산  (0) 2020.04.05
[백준] 1008 - A/B  (0) 2020.04.05
[백준] 1001 - A-B  (0) 2020.04.05
[백준] 1000 - A+B  (0) 2020.04.05
[백준] 10171 - 고양이  (0) 2020.04.05

+ Recent posts