2127: 信息学奥赛一本通T1258- 数字金字塔 摘要:解题思路:注意事项:参考代码://顺推法:#include<iostream>using namespace std;const int N = 1005;int arr[N][N];int dp[N…… 题解列表 2024年04月11日 0 点赞 0 评论 173 浏览 评分:0.0
数字金字塔,记忆化dfs,点进来吧万一就看懂了呢 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 全局变量声明 int r, sss; // r表示三角形的行数,ss…… 题解列表 2024年11月23日 0 点赞 0 评论 50 浏览 评分:0.0