Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. a = int(input())
  2. b = int(input())
  3. c = int(input())
  4. h = int(input())
  5. w = int(input())
  6. if w == 1:
  7. print(a + b *(h - 12))
  8. else:
  9. print(h*c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement