Skip to content
Snippets Groups Projects
5.py 89 B
cost, weight, mon = int(input()), int(input()), int(input())
print(mon - (cost * weight))