N=int(input())suma=0for i in range (N): x=int(input()) if x%2==0: suma+=xprint(suma)
3 1 2 3
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!