Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

1007 solution python

a= int(input())
b= int(input())
c= int(input())
d= int(input())

difference=((a * b) - (c * d))

print("DIFERENCA = %d" %difference)
Source by onlinejudgesolution.blogspot.com #
 
PREVIOUS NEXT
Tagged: #solution #python
ADD COMMENT
Topic
Name
3+8 =