psbook solutions

সমস্যা ও সমাধান বই - ১ এর উপর অনুশীলন ( Practice code for Problem and Solutions Book - 1 by Mahbubul Hasan )

View the Project on GitHub

Timus 1025 - Democracy in Danger

Commit Time 15 Oct 2017 14:44


n = int(input())

print(sum(sorted(map(lambda x: int(x)//2 + 1, input().split()))[:n//2 + 1]))