We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9c4bd commit ee4dd1cCopy full SHA for ee4dd1c
docs/ch05/05.03/05.03.07-Exercises.md
@@ -1,10 +1,10 @@
1
-# 05.03.08 练习题目(第 08 天)
+# 05.03.07 练习题目(第 07 天)
2
3
## 1. [0279. 完全平方数](https://leetcode.cn/problems/perfect-squares/)
4
5
### 1.1 题目大意
6
7
-**描述**:给定一个正整数 $n$。从中找到若干个完全平方数(比如 $1、4、9、16…$),使得它们的和等于 $n$。
+**描述**:给定一个正整数 $n$。从中找到若干个完全平方数(比如 $1$、$4$、$9$、$16…$),使得它们的和等于 $n$。
8
9
**要求**:返回和为 $n$ 的完全平方数的最小数量。
10
0 commit comments