package main import ( "fmt" ) func main() { var N int fmt.Scan(&N) n1 := N/2 ans := make([]int, n1) // fmt.Println(n1) for i:=0;i