baekjoon 20260323

This commit is contained in:
songyc macbook 2026-03-23 21:11:53 +09:00
parent b2ed898b3b
commit b16f960c3b

View File

@ -0,0 +1 @@
print((lambda a, _, c, __ : a*c)(*sorted(list(map(int, input().split())))))