摘要: 传送门 记忆化搜索 点击查看代码 #include<bits/stdc++.h> using namespace std; using LL=long long; // 定义长整型别名 constexpr int N=110; // 定义最大行数 LL a[N][N]; // 存储数字金字塔 LL 阅读全文
posted @ 2025-11-04 09:46 mark2025 阅读(6) 评论(0) 推荐(0)