摘要: 题目链接: https://leetcode.cn/problems/pascals-triangle/description/?envType=problem-list-v2&envId=dynamic-programming 本题要注意索引问题。 阅读全文
posted @ 2024-09-11 23:35 axuu 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1.C++中的字符串数组: 2. C++中的常量数组 这个const pair<int, string> valueSymbols[]定义了一个常量数组,数组中的每个元素都是一个pair<int, string>类型的对象。pair是C++标准模板库(STL)中的一个模板类,用于将两个值组合成一个单 阅读全文
posted @ 2024-09-11 20:30 axuu 阅读(28) 评论(0) 推荐(0) 编辑