auto commit
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
# 57.2 和为 S 的连续正数序列
|
||||
|
||||
[NowCoder](https://www.nowcoder.com/practice/c451a3fd84b64cb19485dad758a55ebe?tpId=13&tqId=11194&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking&from=cyc_github)
|
||||
|
||||
## 题目描述
|
||||
|
||||
输出所有和为 S 的连续正数序列。
|
||||
[牛客网](https://www.nowcoder.com/practice/c451a3fd84b64cb19485dad758a55ebe?tpId=13&tqId=11194&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking&from=cyc_github)
|
||||
|
||||
例如和为 100 的连续序列有:
|
||||
## 题目描述
|
||||
|
||||
输出所有和为 S 的连续正数序列。例如和为 100 的连续序列有:
|
||||
|
||||
```
|
||||
[9, 10, 11, 12, 13, 14, 15, 16]
|
||||
|
Reference in New Issue
Block a user