fork(7) download
  1. print(sum(x for x in map(int, input().split()) if not x % 2))
Success #stdin #stdout 0.02s 9172KB
stdin
2 3 4 6
stdout
12