1
2
|
a,b,c=map(int, input().split())
print(max(int (a*b/c),int(a/b*c)))
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 15921 (0) | 2020.12.16 |
---|---|
[백준] 15873 (0) | 2020.12.16 |
[백준] 15700 (0) | 2020.12.16 |
[백준] 15680 (0) | 2020.12.16 |
[백준] 14924 (0) | 2020.12.16 |
댓글