package main import ( "fmt" ) func main() { var N, l int fmt.Scan(&N) c := make([]int, 7) for i:=0; i= max{ max = v ans = i } } fmt.Println(ans) }