q = parse(Int,readline()) for _ in 1:q s = readline() x = Integer(Meta.parse(s)) println(x) end