1014 - Consumption - URI Online Judge

Problem name: 1014 - Consumption
Judge: URI Online Judge
Problem link: 1014 - Consumption
Solution on GitHub: 1014 - Consumption



URI Online Judge 1014 - Consumption Solution in Python

X = int(input())
Y = float(input())
result = X / Y
print("{:.3f} km/l".format(result))






Next Post Previous Post
No Comment
Add Comment
comment url