You are viewing a single comment's thread. Return to all comments →
from collections import Counter as counter if __name__ == "__main__": K = int(input()) L = counter(map(int, input().split())) print(L.most_common(len(L))[-1][0])
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 →