সমস্যা ও সমাধান বই - ১ এর উপর অনুশীলন ( Practice code for Problem and Solutions Book - 1 by Mahbubul Hasan )
View the Project on GitHub
n = int(input()) print(sum(sorted(map(lambda x: int(x)//2 + 1, input().split()))[:n//2 + 1]))