mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 16:54:50 +08:00
@ -91,7 +91,7 @@ public:
|
|||||||
|
|
||||||
对应C++代码如下:
|
对应C++代码如下:
|
||||||
|
|
||||||
```c++
|
```CPP
|
||||||
class Solution {
|
class Solution {
|
||||||
public:
|
public:
|
||||||
vector<int> intersection(vector<int>& nums1, vector<int>& nums2) {
|
vector<int> intersection(vector<int>& nums1, vector<int>& nums2) {
|
||||||
|
Reference in New Issue
Block a user