← Back to List

26082번: WARBOY ↗

Solutions

Python 3
58 B | 58 chars
a, b, c = map(int, input().split())
print(b * 3 * c // a)