import math, sequtils, strutils let n = parseInt readLine stdin a = (1 .. n).mapIt parseInt readLine stdin echo sum a