package main import . "fmt" func main() { var n int for ;n>0;n-- { var s int Scanf("%d",&s) Println(s) } }