Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- side_a = float(input()) * 100
- side_b = float(input()) * 100 - 100
- side_b_desks = side_b // 70
- side_a_desks = side_a // 120
- total = side_a_desks * side_b_desks - 3
- print(int(total))
Advertisement
Add Comment
Please, Sign In to add comment