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