Beakjoon&프로그래머스/파이썬

[백준/파이썬] 27323번 長方形 (Rectangle)

현장 2023. 2. 3. 09:51

-Code

a = int(input())
b = int(input())
print(a * b)