Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- l = float(input())
- w = float(input())
- a = float(input())
- sum = l * w - (l * w / 10) - a * a
- dancers = int(sum // 0.7040)
- print(dancers)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement