package main import "fmt" const s = `5 23 28 21 37 21 23 2 21 1 2` func main() { fmt.Println(s) }