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