baekjoon 20260315

This commit is contained in:
songyc macbook 2026-03-15 21:25:14 +09:00
parent ea49fdf072
commit 89ab542457

View File

@ -0,0 +1 @@
print((lambda x, y, z: int(max(x*y/z, x/y*z)))(*list(map(int, input().split()))))