#include using namespace std; using Int = long long; map dp; Int dfs(Int x){ if(x==0) return 1; //cout<>n; cout<