require("fs").readFileSync("/dev/stdin", "utf8").trim().split("\n").slice(1).forEach(s=>console.log(BigInt(s).toString()))