x = int(input()) cnt = 0 a,b,c = map(int, input().split()) z = min(a,b,c) if z