You are viewing a single comment's thread. Return to all comments →
def sockMerchant(n, ar): arr=ar ans=[] arr=list(set(arr)) for i in arr: ans.append(ar.count(i)//2) return sum(ans)
Seems like cookies are disabled on this browser, please enable them to open this website
Sales by Match
You are viewing a single comment's thread. Return to all comments →