var a intfmt.Scanln(&a)if a < 0 { fmt.Println("Некорректный ввод")} else { b := (a + 1) / 2 fmt.Println(b * b)}