2026-03-23 21:11:53 +09:00

1 line
75 B
Python

print((lambda a, _, c, __ : a*c)(*sorted(list(map(int, input().split())))))