#include using namespace std; int main() { int x[4]; cin>>x[0]>>x[1]>>x[2]>>x[3]; for(int i=0;i<2;i++) { for(int b=i+1;b<4;b++) { if(x[i]