You are viewing a single comment's thread. Return to all comments →
I couldn't help myself.
from collections import Counter input() print(Counter(list(map(int,input().split()))).most_common()[:-2:-1][0][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 →
I couldn't help myself.