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