728x90
반응형

단순 사칙연산 문제이다.

A, B, C = map(int, input().split())
print(A * max(B, C) // min(B, C))
728x90
반응형

+ Recent posts