Advertisement
bl00dt3ars

05. Training Lab

Nov 6th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. h = float(input()) * 100
  2. w = float(input()) * 100 - 100
  3. working_places = (h // 120) * (w // 70) - 3
  4. print(f"{working_places:.0f}")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement