Problem Description
A = [1, 2, 3]
Input 2:
A = [2, 2, 2, 2]
0
Output 2:
2
No pair of socks can be formed.
Explanation 2:
Two pairs of socks can be formed.
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.