You are viewing a single comment's thread. Return to all comments →
How does this fail only Test Case 1?!
from collections import Counter K = int(input()) rooms = list(Counter(map(int,input().split()))) print(rooms[-1])
Seems like cookies are disabled on this browser, please enable them to open this website
The Captain's Room
You are viewing a single comment's thread. Return to all comments →
How does this fail only Test Case 1?!