package main import ( "fmt" "math" "bufio" "os" "strconv" ) func main() { var N int a := make([]int64, 2) fmt.Scan(&N) for i:=0; i