diff --git a/code_study/Baekjoon/python/15726.py b/code_study/Baekjoon/python/15726.py new file mode 100644 index 0000000..73ab6bd --- /dev/null +++ b/code_study/Baekjoon/python/15726.py @@ -0,0 +1 @@ +print((lambda x, y, z: int(max(x*y/z, x/y*z)))(*list(map(int, input().split())))) \ No newline at end of file