A = input() B = input() C = input() D = input() print("DIFERENCA =",eval(A)*eval(B) - eval(C)*eval(D))