아래 백준 로고를 클릭하면 해당 문제로 이동합니다 😀
직사각형의 넓이 = 가로 길이 * 세로길이 랍니다 ^^..
A = int(input()) B = int(input()) print(A*B)