← Back to List

14924번: 폰 노이만과 파리 ↗

Solutions

Python 3
54 B | 54 chars
S,T,D=list(map(int,input().split()))
print(D*T//(2*S))