This commit is contained in:
programmercarl
2023-11-15 14:20:37 +08:00
parent 139a4db485
commit 6df2c5ec5c
3 changed files with 3 additions and 3 deletions

View File

@ -264,7 +264,7 @@ int main() {
``` ```
本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problem.php?id=1046)去练习,题意是一样的,代码如下: 本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problempage.php?pid=1046)去练习,题意是一样的,代码如下:
```CPP ```CPP

View File

@ -183,7 +183,7 @@ int main() {
``` ```
本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problem.php?id=1046)去练习,题意是一样的,代码如下: 本题力扣上没有原题,大家可以去[卡码网第46题](https://kamacoder.com/problempage.php?pid=1046)去练习,题意是一样的,代码如下:
```CPP ```CPP
// 一维dp数组实现 // 一维dp数组实现

View File

@ -164,7 +164,7 @@ int main() {
``` ```
本题力扣上没有原题,大家可以去[卡码网第52题](https://kamacoder.com/problem.php?id=1052)去练习题意是一样的C++代码如下: 本题力扣上没有原题,大家可以去[卡码网第52题](https://kamacoder.com/problempage.php?pid=1052)去练习题意是一样的C++代码如下:
```cpp ```cpp
#include <iostream> #include <iostream>