#include using namespace std; int a[5],n,i,j,aux; int main() { for(i=1;i<=4;i++) cin>>a[i]; j=1; while(j) { j=0; for(i=1;i<4;i++) if(a[i]