Given a sorted array and a target, find its index or report -1.
First line: NNN and target. Second line: NNN sorted integers.
Index of target, or -1.
1≤N≤1051 \le N \le 10^51≤N≤105
5 3 1 2 3 4 5
2