#include using namespace std; void Print(int n){ if(n<10){ cout<>n; Print(n); return 0; }