-Code
a, b, c = map(int, input().split())
print(b // a * c * 3)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 21983번 Basalt Breakdown (0) | 2022.11.30 |
---|---|
[백준/파이썬] 26082번 특정 대문자를 소문자로 바꾸기 (0) | 2022.11.30 |
[백준/파이썬] 7947번 Koncert (0) | 2022.11.27 |
[백준/파이썬] 6721번 Backward numbers (0) | 2022.11.26 |
[백준/파이썬] 9907번 ID (0) | 2022.11.25 |