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