Merge pull request #2647 from SaladDay/saladday

修复子标题问题
This commit is contained in:
程序员Carl
2024-08-05 10:32:16 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -615,7 +615,7 @@ impl Solution {
}
}
```
## C
### C
```c
#define max(a, b) ((a) > (b) ? (a) : (b))

View File

@ -585,7 +585,7 @@ impl Solution {
}
}
```
## C
### C
```c
int getSum(int * nums, int numsSize){