import sequtils, strutils let n = parseInt readLine stdin xs = (0 ..< n).mapIt parseInt readLine stdin for v in xs: echo v