← Back to List

34306번: M-Climb Road ↗

Solutions

Python 3
59 B | 59 chars
W = int(input())
N = int(input())
print(int(W * 5280 // N))