#include using namespace std; using ll=long long; string ans; void dfs(ll now){ if(now==1){ reverse(ans.begin(),ans.end()); cout<>n; dfs(n); }