#include using namespace std; #define rep(i,a,b) for(int i=a;i> N; rep(i, 0, N + 1) dp[i] = -1; cout << rec(N) << endl; }