#include using namespace std; void afis (int x) { if(x>0) { afis(x/10); cout<>x; afis(x/10); cout<