#include #include using namespace std; int main() { int V[5]; cin>>V[1]>>V[2]>>V[3]>>V[4]; sort (V+1,V+4+1); cout<