8370번 풀이 [Python]

sua·2022년 5월 10일
0

Baekjoon

목록 보기
20/161
post-thumbnail

문제


풀이

a, b, c, d = list(map(int, input().split()))
print(a * b+ c * d)
profile
가보자고

0개의 댓글