검색
❯
2024년 4월 06일1 min read
링크
from decimal import Decimal a, b, c = map(Decimal, input().split()) print(a * b / c)