[BOJ / Python] 27323 직사각형

도니·2023년 4월 11일

BOJ / Python

목록 보기
61/105
post-thumbnail

문제

백준 27323 직사각형

코드

#BOJ 27323 직사각형

a = int(input())
b = int(input())
print(a*b)
profile
Where there's a will, there's a way

0개의 댓글