package main import "fmt" func main() { fmt.Println(40) for i:=0;i<40;i++ { fmt.Println(1,i+2) } }