using namespace std;
int main(){ int A,B,C,D; cin >> A; cin >> B; cin >> C; cin >> D; cout << “DIFERENCA = “<<AB-CD << endl; return 0; }