mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 15:45:40 +08:00
修复子标题问题
This commit is contained in:
@ -615,7 +615,7 @@ impl Solution {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
## C
|
### C
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#define max(a, b) ((a) > (b) ? (a) : (b))
|
#define max(a, b) ((a) > (b) ? (a) : (b))
|
||||||
|
@ -585,7 +585,7 @@ impl Solution {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
## C
|
### C
|
||||||
|
|
||||||
```c
|
```c
|
||||||
int getSum(int * nums, int numsSize){
|
int getSum(int * nums, int numsSize){
|
||||||
|
Reference in New Issue
Block a user