#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(int i=0;i> N; if(N==1){ cout << "" << endl; return 0; } dfs(N,""); cout << ans << endl; return 0; }