format files
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ int maximumLength(int *nums, int numsSize)
|
||||
nums[i] & 1 ? (odd = even + 1, odd_cnt++) : (even = odd + 1);
|
||||
|
||||
return max(max(even, odd), max(odd_cnt, numsSize - odd_cnt));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user