Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. m=int(input())
  2. p=int(input())
  3. y=int(input())
  4. c=m*(1+p/100)*y
  5. print(int(c))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement