baekjoon 20260315
This commit is contained in:
parent
ea49fdf072
commit
89ab542457
1
code_study/Baekjoon/python/15726.py
Normal file
1
code_study/Baekjoon/python/15726.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print((lambda x, y, z: int(max(x*y/z, x/y*z)))(*list(map(int, input().split()))))
|
||||||
Loading…
x
Reference in New Issue
Block a user