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