8000
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 19de7fe commit 265ac9cCopy full SHA for 265ac9c
README.md
@@ -1,6 +1,6 @@
1
# leetcode
2
3
-当前已刷:245
+当前已刷:246
4
5
### 题目
6
- 1:两数之和
@@ -447,6 +447,9 @@
447
- 278:第一个错误的版本
448
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/first-bad-version.rs)
449
- [leetcode](https://leetcode-cn.com/problems/first-bad-version/)
450
+- 279:完全平方数
451
+ - [src](https://github.com/rustors/leetcode/blob/main/src/bin/perfect-squares.rs)
452
+ - [leetcode](https://leetcode-cn.com/problems/perfect-squares/)
453
- 290:单词规律
454
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
455
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)
0 commit comments