프로그래밍_일반/백준
boj 2959
Spadework
2020. 2. 4. 12:48
* Solved 기준 브론즈3 단순 풀이
l = sorted(map(int, input().split()))
print(l[0]*l[2])