a,b,c = float(input()), float(input()), float(input())
z = a - ((c*5-2) / (b-1))
print(z)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a,b,c = float(input()), float(input()), float(input())
z = a - ((c*5-2) / (b-1))
print(z)