← Back to List
21420번: Монетки ↗
Solutions
Python 3
70 B | 70 chars
n,*s=map(int,open(0).read().split()) print(min(s.count(0),s.count(1)))