//Besm Allah #include using namespace std; int dp[105][105]; int main(){ dp[1][1]=1; for(int i = 2; i<=200;i++){ for(int j=1;j