和“和”那个差不多,不难。
#include<iostream> using namespace std; int main() { int A,B,C,D; cin>>A>>B>>C>>D; cout<<"DIFERENCA = "<< ((A*B)-(C*D))<<endl; return 0; }