#include using namespace std; int main() { int a,b,c,d,p1,p2,p3,aux; cin>>a>>b>>c>>d; p1=(a*b)+(d*c); p2=(b*c)+(a*d); p3=(a*c)+(b*d); if(p1