#include using namespace std; int main(){int a[10];for(int&v:a)cin>>v;sort(a,a+10);cout<