[백준]B3-2863

py_code·2021년 1월 8일
0

백준-브론즈3

목록 보기
36/38

a,b = map(int, input().split())
c,d = map(int, input().split())
L = [c*d, d*b, a*b, a*c]
print(L.index(min(L)))
profile
개발자를 꿈꿉니다.

0개의 댓글