#include <iostream> using namespace std; int A,B,C,D; int main() { cin >> A >> B >> C >> D ; cout <<"DIFERENCA = "<<A*B-C*D<<endl; return 0; }