#include #include #include using namespace std; typedef long long ll; ll n; ll dp[55][55]; int main(void){ cin>>n; dp[0][0]=1; for(int i=0;i