Skip to content

Commit ee4dd1c

Browse files
committed
Update 05.03.07-Exercises.md
1 parent 3e9c4bd commit ee4dd1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ch05/05.03/05.03.07-Exercises.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 05.03.08 练习题目(第 08 天)
1+
# 05.03.07 练习题目(第 07 天)
22

33
## 1. [0279. 完全平方数](https://leetcode.cn/problems/perfect-squares/)
44

55
### 1.1 题目大意
66

7-
**描述**:给定一个正整数 $n$。从中找到若干个完全平方数(比如 $1、4、9、16…$),使得它们的和等于 $n$。
7+
**描述**:给定一个正整数 $n$。从中找到若干个完全平方数(比如 $1$、$4$、$9$、$16…$),使得它们的和等于 $n$。
88

99
**要求**:返回和为 $n$ 的完全平方数的最小数量。
1010

0 commit comments

Comments
 (0)