修复子标题问题

This commit is contained in:
SaladDay
2024-07-25 21:26:01 +08:00
committed by GitHub
parent 8b0d5b234f
commit e828a4de86
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

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