1005 - Average 1 - URI Online Judge

Problem name: 1005 - Average 1
Problem link: 1005 - Average
Judge: URI Online Judge
Solution on GitHub: 1005 - Average 1



URI Online Judge 1005 - Average 1 Solution in Python

A = float(input())
B = float(input())
result = (A * 3.5 + B * 7.5) / 11
print("MEDIA = %.5f" % result)









Next Post Previous Post
No Comment
Add Comment
comment url