From b16f960c3bcbddf6c561ca27fa5ce6097db1fcce Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Mon, 23 Mar 2026 21:11:53 +0900 Subject: [PATCH] baekjoon 20260323 --- code_study/Baekjoon/python/2959.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code_study/Baekjoon/python/2959.py diff --git a/code_study/Baekjoon/python/2959.py b/code_study/Baekjoon/python/2959.py new file mode 100644 index 0000000..3fe3fe1 --- /dev/null +++ b/code_study/Baekjoon/python/2959.py @@ -0,0 +1 @@ +print((lambda a, _, c, __ : a*c)(*sorted(list(map(int, input().split()))))) \ No newline at end of file