更新代码块
This commit is contained in:
@@ -216,7 +216,7 @@ int minCameraCover(TreeNode* root) {
|
||||
|
||||
## C++代码
|
||||
|
||||
```C++
|
||||
```CPP
|
||||
// 版本一
|
||||
class Solution {
|
||||
private:
|
||||
@@ -270,7 +270,7 @@ public:
|
||||
|
||||
在以上代码的基础上,再进行精简,代码如下:
|
||||
|
||||
```C++
|
||||
```CPP
|
||||
// 版本二
|
||||
class Solution {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user