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

@@ -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
#include <iostream>