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