Fve
Results
2
issues of
Fve
Fixes https://github.com/labuladong/fucking-algorithm/issues/1420 我修改的是如下题目的 cpp 解法: https://leetcode.cn/problems/best-time-to-buy-and-sell-stock-iii/description/ 通过截图如下:
### 请在提交 bug 之前先搜索 - [X] 我已经搜索过 [issues](https://github.com/labuladong/fucking-algorithm/issues),没有发现相同的 bug。 ### 出错的题目链接 https://leetcode.cn/problems/best-time-to-buy-and-sell-stock-iii/description/ ### 报错信息 解答错误 prices = [3,3,5,0,0,3,1,4] 输出 1770442982 原因:dp数组未初始化 ### 你是否愿意提交 PR 修复这个 bug? - [X] 我愿意!
help wanted