2026-03-15 21:25:14 +09:00

1 line
81 B
Python

print((lambda x, y, z: int(max(x*y/z, x/y*z)))(*list(map(int, input().split()))))