#include using namespace std; void w(int a,int b){ if(a>b) cout<>a>>b; w(a,b); return 0; }