728x90
반응형
단순 사칙연산 문제이다.
A, B, C = map(int, input().split())
print(A * max(B, C) // min(B, C))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 15921번 수찬은 마린보이야!!(python) (0) | 2021.02.08 |
---|---|
백준 알고리즘 15873번 공백 없는 A+B(python) (0) | 2021.02.07 |
백준 알고리즘 15700번 타일 채우기 4(python) (0) | 2021.02.07 |
백준 알고리즘 15680번 연세대학교(python) (0) | 2021.02.07 |
백준 알고리즘 15610번 Abbey Courtyard(python) (0) | 2021.02.07 |