[LeetCode]第二十八题 :两数之和II - 输入排序数组
题目描述:Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbe...