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