Skip to content
Snippets Groups Projects
5.py 89 B
Newer Older
hacker717's avatar
hacker717 committed
cost, weight, mon = int(input()), int(input()), int(input())
print(mon - (cost * weight))