j = [i for i in range(1,101) if i % 2 ==0]
print(sum(j))